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



> JAXP is Java, isn't it? We're using C++ (and the Xerces DOM).
  
You could do something similar using the InputSource from
the C++ version. Write an InputSource that uses SAX to parse
the source and remove CDATA sections, or write an InputSource
that filters out CDATA sections.