Forum: XML Beginner |
Thema:
Re: Problem mit whitespaces beim parsen mit Xerces |
Von:
G. Guest (
23.02.2005 09:40) |
The safe thing to do (and that would work for any xml file no matter how many white spaces are between tags) would be that when iterating through the root's children to add this condition for each node:
Code:
n.getNodeType() == Node.ELEMENT_NODE
and only take into consideration the element nodes.
Antworten
Vorsicht bei der Eingabe: Die Zeichen ' oder -- sind nicht erlaubt!