[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: CDATA sections in W3C XML Infoset
- From: Gavin Thomas Nicol <gtn@ebt.com>
- To: xml-dev@lists.xml.org
- Date: Wed, 28 Mar 2001 10:37:19 -0500
> Yes, it's the "application code" bit that is currently proving painful
> for our developers, as the fixing up is proving to be very slow.
You can do this easily, and with little performance overhead
now in JAXP by using a SAX-based input source as
a parameter to the parse() method in DocumentBuilder.