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=27412>. 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=27412 whitespaces ignored occationally ------- Additional Comments From [EMAIL PROTECTED] 2004-03-03 15:39 ------- Hi. Could you please provide an example (xml document, DTD, etc...) which can be used to demonstrate the behaviour you feel is incorrect. SAX2 parsers are required to report whitespace in element content [1] to ContentHandler.ignoreableWhitespace. If your document has a DTD which has element declarations whose content is element only, white space children of these elements will be reported in SAX to the ignorableWhitespace callback. [1] http://xml.apache.org/xerces2-j/faq-sax.html#faq-3 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]