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: recursive templates calling recursive templates


> 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@ntlworld.com
work: Michael.Kay@softwareag.com 


 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]