xsl-list
[Top] [All Lists]

Re: Recursive?

2005-03-17 08:03:26
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/



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




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