Re: [xsl] accessing previously created element

Subject: Re: [xsl] accessing previously created element
From: "paul morgan" <pmorg@xxxxxxxxx>
Date: Thu, 02 May 2002 10:09:09 -0700
Thanks for the response.  I hadn't thought (obviously) of using a variable to catch the 'b' element being created.  An additional roadblock, is my tendency to think of tail recursion, rather than of recursion in general.  It looks like I need a mindset adjustment.

Once again, thanks,

Paul

--

On Wed, 01 May 2002 13:52:55  
 Greg Faron wrote:
>   Not making any claims about efficiency, it looks like you'll need to use 
>recursion and hope that your XSLT engine creates each previous node only 
>once and stores it somewhere internally.




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


Current Thread