apache_xml thread: New Line Text Nodes
Hello, I am parsing an XML file which was serialized in a formatted fashion. When I parse the file into a DOM, I am receiving text nodes for every new line character in the file. Does anyone know of a way to have the parser remove these while loading the file? I tried the setIgnoringElementContentWhitespace method, but this did not help. Thank You
|





