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

ArrarIndexOutOfBoundsException / UTF8DataChunk.toString





------- Additional Comments From [EMAIL PROTECTED]  2002-05-31 21:13 -------
As the exception says, the problem is happening deep in the Xerces parser:

java.lang.ArrayIndexOutOfBoundsException
    at org.apache.xerces.utils.UTF8DataChunk.toString(UTF8DataChunk.java:148)

I'd suggest you start by trying to read the files using one of the standard 
Xerces samples. If it provokes the same problem, that would confirm that it's a 
Xerces issue rather than something Xalan is doing. Or attach sample files that 
provoke the problem so we can do that analysis.

(I suspect that either the source document or the stylesheet has a sequence of 
bytes in it that aren't legal UTF-8. I'd have hoped Xerces would fail more 
gracefully in that case, but bugs happen...)

Reply via email to