Subject: RE: recursive templates calling recursive templates
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Mon, 30 Sep 2002 15:11:26 +0100
|
> Does anyone know if it is possible to call a recursive
> template, from every pass of another recursive template?
>
Yes, it's possible:
<xsl:template name="another-recursive-template">
<xsl:call-template name="recursive-template"/>
</xsl:template>
Now, can you tell us your real question?
Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx
work: Michael.Kay@xxxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|