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=11033>. 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=11033 Strange Problem while parsing element body which contains [ ]. Summary: Strange Problem while parsing element body which contains [ ]. Product: Xerces2-J Version: 2.0.2 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I have a XML document with a section like� . . . <foo>BlaBlaBla [id=12] BlaBlaBla</foo> . . . The problem is that the SAXParser (DefaultHandler) characters(char[] buf, int start, int length) method doesn�t return the foo element body right. It returns first �BlaBlaBla [id=12]� and then �] BlaBlaBla�. When I remove The [] then it works fine. With Xerces-J 1.4.4 it works fine! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
