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=9522>.
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=9522

SAX Parsing truncates a string containing XML document longer than 8K.





------- Additional Comments From [EMAIL PROTECTED]  2002-05-30 20:54 -------
Standard SAX behavior is that text may be split across multiple characters() 
calls. Check to see if you're getting a second characters() with the rest of the 
data. If so, this is Working As Designed and it's your application's 
responsibilty to deal with it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to