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]
- SAX and CDATA sections Matt Leinhos
- RE: SAX and CDATA sections Joseph_Kesselman
- RE: SAX and CDATA sections Ken Crismon
- RE: SAX and CDATA sections Joseph_Kesselman
- RE: SAX and CDATA sections David_N_Bertoni
