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

Whitespace Text nodes in DOM when validating with schema and ignoreWhitespace == true

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-04-02 22:52 -------
This property applies to validation against DTD only. 

XML Schemas doesn't define the [element content whitespace] property. Instead, 
this property comes from the infoset. XML Infoset defines that:
"If there is no declaration for the containing element, this property has no 
value for white space characters." 
Since DTD declarations are not found for the elements in the instance document, 
the [element content whitespace] has no value, meaning that all characters (even 
those you might consider "whitespace") will be included in the DOM tree.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to