|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: CDATA by any other name... (was The raw and the cooked)
Henry S. Thompson writes: > <david@m...> writes: > > > So, Henry's asking whether this is valid: > > > > <!DOCTYPE a [ > > <!ELEMENT a (b, c)> > > <!ELEMENT b EMPTY> > > <!ELEMENT c EMPTY> > > ]> > > <a><![CDATA[ ]><b/><c/></a> And I'll answer my original posting and say that it's not valid because it's not well-formed -- let's try <!DOCTYPE a [ <!ELEMENT a (b, c)> <!ELEMENT b EMPTY> <!ELEMENT c EMPTY> ]> <a><![CDATA[ ]]><b/><c/></a> instead, and continue the discussion from there. > What he said. The DOM made a serious mistake here in my opinion: > it's stranded in no-person's-land between raw and cooked, without > being either. It's not cooked, because it gives you > EntityReference and CDATA nodes. It's not raw, because it DOESN'T > give you character entity references. The DOM level-one core serves two constituencies -- authoring tools that need to do horizontal transformations (XML=>XML, where the result replaces the original) and processing/rendering tools that need to do downstream processing (XML=>XML or XML=>X, where the original remains unaltered). Horizontal transformations will usually be somewhat lossy, and the DOM WG has clearly decided that only a few lexical features were important enough to give a good cost/benefit return on the effort required to specify and implement them. However, the point is that a specific DOM tree doesn't *have* to include nodes for comments, CDATA sections, and entity references -- they are there only to support very specialised applications and should be stripped out for ordinary XML processing. All the best, David -- David Megginson david@m... http://www.megginson.com/ xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






