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-31 03:14 ------- Joe, Thanks for your response. YES, I am getting the rest of the data in the second characters() call. It appears to me that characters method, gets only 2K data in one call and uses offset and length fields to parse it. So, that means that i have to store the previous field value and concatenate it with the value obtained in the second call. Somehow i thought that the parser should not split the value of the tag in between. Let me know if there is any other way. Thanks, Avnish --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
