Re: Recursive tag calling!!
Martin Honnen <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.layout.xslt |
|---|---|
| Organization | Liberty Development |
| Message-ID | <[email protected]> |
Innox - Juan Carlos Gonzalez wrote: > Is there a way to use a XSLT template within another? Please note that this group is for discussion of Mozilla's XSLT implementation, not for general XSLT questions. So in the future look for a general XSLT list, perhaps after trying a tutorial. > <xsl:template match="header"> > <h1>This is a header</h1> > </xsl:template> > > <xsl:template match="block"> <xsl:call-template name="header"/> -- Martin Honnen http://JavaScript.FAQTs.com/