This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: accessing previously created element


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]