[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Megginson <david@m...>
  • To: xml-dev <xml-dev@i...>
  • Date: 04 Jan 2000 09:07:24 -0500

Stefan Haustein <haustein@k...> writes:

> If sax2 shall report cdata boundaries also, 
> wouldn't be the simples solution to integrate 
> ignoreableWhitespace, characters and cdata 
> into one DocumentHandler callback method:
> 
> void characters (int type, char [] characters, int start, int length);
> 
> The value of the type parameter is one of 
> the integer constants IGNORABLE_WHITESPACE, 
> CHARACTERS, or CDATA. 

It has two major disadvantages:

1. Characters in CDATA really are normal characters in the XML
   definition, and the fact that they're in a CDATA section is just
   noise for most apps (and doesn't belong in the core
   DocumentHandler).

2. People who do care about CDATA sections might be unhappy to have
   two consecutive CDATA sections collapsed into one.


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/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo@i... the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member