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=3838>. 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=3838 IDOM Parser: whitespace reported as a TEXT child node by getChildNodes() ------- Additional Comments From [EMAIL PROTECTED] 2001-09-26 10:41 ------- Not that passing along the whitespace is required DOM and parser behavior (per the XML Recommendation!) unless you: 1) Explicitly tell the parser to filter out whitespace-in-element-content (actually not a feature written into the XML standard, but commonly supported in actual parsers) _AND_ 2) Validate against a DTD or Schema, so the parser knows which whitespace falls in this catagory versus being #PCDATA or mixed content. Did you check your Xerces setup to make sure those conditions are met? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
