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=6780>. 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=6780 Incomplete CDATA received in characters(char[]... Summary: Incomplete CDATA received in characters(char[]... Product: Xerces2-J Version: 2.0.0 Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Blocker Priority: Other Component: SAX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Hey there... Thanks for the good tool, it's really great... Well, actually I tried to update the libraries I use and downloaded the stable release of v2.0.0. When using the SAX-component (i.e. a derivation of the HanlderBase) with larger files where the following tag occures about 1000 times: <Step>0 0 0 0</Step> (where '0' are real numbers), I got an incomplete description of the characters-field. I suppose the point is, that only the first 2048 characters are given (and the starting and the ending index), further characters not. I try to repeat the thing I think to had recognized. One of the tags about should have the value "5100 0 1231233.00213 0" (in the embedded character-section) instead using "new String(arg1, arg2, arg3)" in the characters(char[] arg1, int arg2, int arg3)-method I only got "5100 0 1231233.00213" Taking a deeper look, I recognized, that arg1 had the length of 2048, arg2 was 2028 and arg3 had the correct value 22. Still, the complete string may not be retrieved, as some (2) of the characters are out of the buffers length... I'm not in the code, so I do not have any propose how to fix it. ciao, I hope this helped more than it confused, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
