Re: Building a nodeset by recursion

Subject: Re: Building a nodeset by recursion
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 20 Jul 1999 16:23:40 +0100 (BST)
> The problem is returning a result.


Either you have to do whatever it is you wanted to do by calling an
appropriate template from the last template that built up your
list.

or you call the template that starts building the list from within
<xsl:variable> as in

<xsl:variable name="top-level><apply-templates mode=xxx
select=.../></xsl:variable> 


David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread