OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CDATA sections in W3C XML Infoset



> 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.