[Home] [By Thread] [By Date] [Recent Entries]
Title: xsl:call-template question
Hello, Is it possible to call a template and pass in as a parameter the name of the template you would like the called template to call? Here's a (non-working) example of what I am trying to do: <!-- / Template --> <xsl:template match="/">
<!-- buildpage Template --> <xsl:template name="buildpage">
<!-- buildbody Template --> <xsl:template name="buildbody">
I get the error "No named template "{$nexttemplate}" found" when the line
Thanks in advance for any help you can give me. Joni
|

Cart



