If you're using the DOM API, CDATA sections show up as CDATASection nodes
(a subclass of Text nodes, with a different node-type number).

If you're using the SAX API, start/endCDATA events are sent to the
LexicalHandler, if you register one with your XMLReader before it begins
delivering events.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to