SAX2 RFD: LexicalHandler draft v.1.1
Gavin Thomas Nicol
gtn at eps.inso.com
Thu Mar 25 13:34:37 GMT 1999
> From: Gavin Thomas Nicol <gtn at eps.inso.com>
> >CDATA sections *are* different from normal text, even if only
> >because the author used them.
>
> Again, is anyone aware of why CDATA is preserved by the DOM?
> What was the reasoning behind this decision? Other things, like
> whitespace within an element tag or even attribute order, are
> not preserved. Why then was CDATA?
Because whitespace within elements is not significant markup, nor
is attribute ordering (though we did have a number of debates over
whether attribute ordering information should be available).
Unlike these, CDATA is *explicit* markup. For many purposes, you
don't need to know about it, but you cannot simply remove it,
because you cannot know why an author put it there. Removing
CDATA would fail the test of least surprise.
Speaking of which, I am continually surprised by SAX's lack of
comment interfaces....
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list