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=4769>. 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=4769 DomBuilderFactory's setIgnoringComment(boolean) does not work Summary: DomBuilderFactory's setIgnoringComment(boolean) does not work Product: Xerces2-J Version: 2.0.0 [beta 2] Platform: PC OS/Version: Other Status: NEW Severity: Major Priority: Other Component: DOM AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] The setIgnoringComments(boolean) method in the implementation of DOMBuilderFactory, does not work as expected. The comments from the parse XML file, instead of being ignored after the setting the above mentioned propertry, is still included in the resulting Document (created by the builder). The same thing seems to work perfectly if I use the implementation from crimson.jar. This problem exists in all the versions of xerces. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
