|
Subject: [xsl] Apply Templates question From: Bennett <bennett@xxxxxxxxxxxxx> Date: Mon, 20 Oct 2003 13:42:59 -0400 |
Example, In my test stylesheet, I currently have:
<xsl:param name="template" select="'default'"/> <xsl:param name="testTemplate"/>
<xsl:template match="/">
<xsl:apply-templates select="document('')/*"/>
</xsl:template><xsl:template match="xsl:template[@name = '$template']"> <xsl:param name="testTemplate"><xsl:copy-of select="."/></xsl:param> </xsl:template>
<xsl:template name="default"> Made it to test.xsl - default template </xsl:template> ...
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Grouping problem, james walker | Thread | [xsl] Re: Apply Templates question, Dimitre Novatchev |
| Re: [xsl] Is this node, the documen, Wendell Piez | Date | RE: [xsl] Apply Templates question, Richard Lander |
| Month |