J
johkar
I would like to embed some XML within my XSL as either a param or a
global variable. Is this possible? If so, what is the syntax to
access it?
<xsl:call-template name="securetemplate">
<xsl:with-param name="leftnav">
<links>
<link>Link 1</link>
<link>Link 2</link>
</links>
</xsl:with-param>
</xsl:call-template>
Thanks, John
global variable. Is this possible? If so, what is the syntax to
access it?
<xsl:call-template name="securetemplate">
<xsl:with-param name="leftnav">
<links>
<link>Link 1</link>
<link>Link 2</link>
</links>
</xsl:with-param>
</xsl:call-template>
Thanks, John