DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7104>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7104 Preferences will fail ------- Additional Comments From [EMAIL PROTECTED] 2002-04-29 15:43 ------- Does your XML file have any "comment" above "map" element ? If yes, then its known bug with JDK1.4 and as far as i know it has been fixed and will be available with next release(1.4.1) of JDK1.4. If above statement is true then it is not Xerces2 bug, please close it. In Xerces2 by default resulting DOM generates extra node for "comments". I haven't checked for Xerces1 but it seems from your statement that "Xerces1" ignores comments by default. Now DocumentBuilderFactory is configured for ignoring comments, so changing the parser won't affect the behavior. hope that helps. -- Neeraj --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
