RE: [xsl] selecting the following-sibling in recursive search...

Subject: RE: [xsl] selecting the following-sibling in recursive search...
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Fri, 18 Nov 2005 10:41:47 -0000
> I am using XSLT 1.0 with Xalan parser. I need to
> process more than 100 siblings.. Calling of
> following-sibling invoked from the recursive search
> template. 
> 

Try Saxon. It can usually handle recursion to a depth of 500 or so.
Obviously it depends on the details of what the recursive template is doing.

Michael Kay
http://www.saxonica.com/

Current Thread