You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/05/30 22:54:36 UTC

DO NOT REPLY [Bug 9522] - SAX Parsing truncates a string containing XML document longer than 8K.

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 keshlam@us.ibm.com  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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org