I am using the XercesDOMParser in default configuration to read an XML file. Each <LF> (<CR+LF> converted to 0x0a) is put into a Text Node. Is there a way to discard these? I have tried calling setIncludeIgnorableWhitespace(false) before parsing.
Thanks
