n. 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
>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
: [EMAIL PROTECTED]
Subject:Re: String indexoutof range exception
The DTM model can indeed run out of space if a source document is too
large. Currently we allocate 20 bits for node addressing, so we can handle
about a million nodes. Beyond that we'll fail, probably nondiagnosti
[EMAIL PROTECTED]
Sent: Tuesday, July 17, 2001 10:18 AM
To:[EMAIL PROTECTED]
Subject: Re: String indexoutof range exception
Which version of Xalan are you using?
Myriam
Gerry
McDonough
PROTECTED]
cc: (bcc: Scott Boag/CAM/Lotus)
07/17/01 11:28 Subject: Re: String indexoutof range
exception
x27;s requirements were for smaller text blobs, and that is
how I am working around the issue for now.
Thanks, Gerry
--
From: [EMAIL PROTECTED]
Sent: Tuesday, July 17, 2001 10:18 AM
To: [EMAIL PROTECTED]
Subject: Re: String indexoutof range exception
Which version of Xalan ar
The DTM model can indeed run out of space if a source document is too
large. Currently we allocate 20 bits for node addressing, so we can handle
about a million nodes. Beyond that we'll fail, probably nondiagnostically.
We're considering increasing that, though doing so will impose tighter
limits
Which version of Xalan are you using?
Myriam
Gerry
McDonoughTo: "'[EMAIL PROTECTED]'"
When transforming a Document with fairly large text nodes, between 30K and 40K, Xalan
throws an exception with the message "javax.xml.transform.TransformerException: String
index out of range: -40640". I think it is a function of the size, as I have not seen
the error since reducing the size