Sorry that was a premature post.
The stackdump was pretty long and recursive but the top said
at org.apache.xalan.templates.ElemChoose.execute(ElemChoose.java:172)
at
org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425)
but ElemChoose doesn't use any arrays in its execute method and that line
doesn't correspond to anything meaningful for me:
else if (when.getTest().bool(xctxt, sourceNode, when))
{
transformer.executeChildTemplates(when, true); //this is the
line
return;
}
thanks,
Andrew
On Thu, 27 Feb 2003, Andrew Michael Eberbach wrote:
> Hi,
> I'm getting that exception
> java.lang.ArrayIndexOutOfBoundsException: 7539 >= 7539
>
> I'm doing a lot of recursive nodelist casting and rebuilding... I know
> this is a shot in the dark but any ideas?
>
> Andrew
>