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=22054>. 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=22054 It's possible to create a text node with a null byte, resulting in erratic behavior ------- Additional Comments From [EMAIL PROTECTED] 2003-08-04 13:24 ------- But the DOM already does some checking, for example for "<" or ">" characters and escapes them. Would it be that slower to also check for binary characters? BTW, the data comes from the outside, so the "Fix" in our app would be to check for non-XML characters ourselves, something that the DOM could do better. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
