xsl-list
[Top] [All Lists]

RE: selecting the following-sibling in recursive search...

2005-11-18 02:31:42

Already i am using some recursive technique in my
code.. when i use this.. my parser gets hanging..It
give stack overflow message.

(a) Which XSLT processor are you using?
(b) How many siblings do you need to process: that is, what is the depth of
recursion?

You might be able to avoid the stack overflow by using a different XSLT
processor.

Alternatively (if I remember the problem correctly) you could tackle it
using the XSLT 2.0 for-each-group construct.

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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--