|
Subject: [xsl] Shorthand. From: Steve <subsume@xxxxxxxxx> Date: Wed, 25 Jul 2007 12:41:20 -0400 |
<xsl:template name="a">
<xsl:with-param name="href" />
<xsl:with-param name="text" />
<a href="{$href}" onClick="showData('{$href}');return
false;"><xsl:value-of select="$text" /></a>
</xsl:template><xsl:call-template name="a"> <xs:param name="href" select="'x'"/> <xs:param name="text" select="'y'"/> </xsl:call-template>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Using deep-equal() to mat, David Carlisle | Thread | Re: [xsl] Shorthand., Abel Braaksma |
| Re: [xsl] Efficiency: predicate vs , Andrew Welch | Date | RE: [xsl] Efficiency: predicate vs , Michael Kay |
| Month |