Using Xerces-J 2.6.1, org.apache.xerces.parsers.DOMParser class
In parsing the document the getData method in the CDATASection class seems to 
be stripping the end-of-line line feeds from the input XML document being 
parsed. Is this a known problem, a configurable feature or what? If it's a 
problem, has it been fixed in a later release? If it is a configurable feature, 
how do I turn it off. I've tried 
getFeature("http://apache.org/xml/features/dom/include-ignorable-whitespace";) 
in the DOMParser and it returns true. The documentation doesn't seem that it 
would have much to do with what I'm observing, but it seemed worth checking.
Thanks!
Mike Rawlins

Reply via email to