You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/11/09 16:14:00 UTC

DO NOT REPLY [Bug 4769] New: - DomBuilderFactory's setIgnoringComment(boolean) does not work

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: xerces-j-dev@xml.apache.org
        ReportedBy: msauhta@yahoo.com
                CC: msauhta@yahoo.com


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org