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 2002/05/29 17:56:53 UTC

DO NOT REPLY [Bug 9496] New: - DOMParser will not ignore "ignorable" white space.

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=9496>.
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=9496

DOMParser will not ignore "ignorable" white space.

           Summary: DOMParser will not ignore "ignorable" white space.
           Product: Xerces2-J
           Version: 2.0.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: DOM
        AssignedTo: xerces-j-dev@xml.apache.org
        ReportedBy: bsnyder3@unagi.cis.upenn.edu


the "ignore white space" attribute is supposed to work if there is a grammar
specifying an Element content model.

This only seems to work for DTD's and not XML SChema's.  The Parser knows to
ignore the white space when it is validating *against* the schema, but not when
producing a Document Object.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org