Re: [xsl] Recursive?

Subject: Re: [xsl] Recursive?
From: Sven Waibel <sven.waibel@xxxxxxxx>
Date: Thu, 17 Mar 2005 16:03:26 +0100
Thanks so much.

Sven

Michael Kay wrote:

>>I don't know how to get this recursion work.
>>I want to do a table of contents.
>>
>>So i apply-templates match="tt" first to do my table of 
>>contents and then i would like to apply it a second time to get
>>my contents.
> 
> 
> That's what modes are for.
> 
> Run <apply-templates mode="toc"> to invoke template rules declared with
> <xsl:template mode="toc"> to do the table of contents, and then a different
> mode (or the default mode) to generate the body of the document.
> 
> Michael Kay
> http://www.saxonica.com/

Current Thread