DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33846>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33846 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-04 15:47 ------- In your second XML document, a text node (probably whitespace) exists between nodes "PARAMETER" and "VERGLEICHE", hence the differences. If you are using JAXP, you could invoke setIgnoringElementContentWhitespace[1] on your DocumentBuilderFactory to indicate that the parser created by this factory eliminate whitespace in element content. FYI: You should be using JIRA[2] instead of Bugzilla to report Xerces-2J defects. [1] http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/parsers/DocumentBuilderFactory .html#setIgnoringElementContentWhitespace(boolean) [2] http://issues.apache.org/jira/secure/Dashboard.jspa -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
