xsl-list
[Top] [All Lists]

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

2005-11-18 02:41:04
Hello,

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. 

Regards,
Raj

--- Michael Kay <mike(_at_)saxonica(_dot_)com> wrote:


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>
--~--





        
                
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.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>
--~--



<Prev in Thread] Current Thread [Next in Thread>