xsl-list
[Top] [All Lists]

RE: recursive templates calling recursive templates

2002-09-30 07:11:26
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(_dot_)H(_dot_)Kay(_at_)ntlworld(_dot_)com
work: Michael(_dot_)Kay(_at_)softwareag(_dot_)com 


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



<Prev in Thread] Current Thread [Next in Thread>