DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=33846>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33846 ------- Additional Comments From [EMAIL PROTECTED] 2005-03-04 15:55 ------- Whitespace *IS* a Text Node, per the definitions of the XML infoset and the DOM. It's up to your application to decide whether whitespace is or isn't meaningful in this location and ignore it. If you're validating against a DTD which says that element has only other elements as content, so the parser knows the whitespace is not meaningful, I believe Xerces has an option which lets you use that information to suppress it. (SAX calls this "ignorable whitespace", though that's misleading; the proper term is "whitespace in element content".) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
