I will try the newer version of Xalan and let you know of my results.  This won't be 
for another week or so, due to other constraints.  Interestingly, I took a serialized 
version of the document and applied my style sheet using org.apache.xalan.xslt.Process 
and DID NOT get the exception.  I only get it when I am requesting the corresponding 
web page via Tomcat.  Thanks for the responses, and I'll keep you informed.

Gerry

----------
From:   [EMAIL PROTECTED]
Sent:   Tuesday, July 17, 2001 11:21 AM
To:     [EMAIL PROTECTED]
Subject:        RE: String indexoutof range exception


>java.lang.StringIndexOutOfBoundsException: String index out of range:
-40640
>   at java.lang.String.getChars(String.java:560)
>   at
org.apache.xml.utils.FastStringBuffer.append(FastStringBuffer.java:389)
>   at org.apache.xpath.DOMHelper.getNodeData(DOMHelper.java:1314)
>   at org.apache.xpath.DOMHelper.getNodeData(DOMHelper.java:1308)
>   at org.apache.xpath.DOMHelper.getNodeData(DOMHelper.java:1267)
>   at
org.apache.xpath.objects.XNodeSet.getStringFromNode(XNodeSet.java:184)

DOMHelper is no longer used in the current version of XNodeSet (due to the
switch-over to DTM), so you seem to be running with an older version of
Xalan. You might want to test whether your application fails under the new
code.

<<application/ms-tnef>>

Reply via email to