[Home] [By Thread] [By Date] [Recent Entries]
Hello xsl-list men,
I posted a trouble on LotusXSL yesterday and I switched on XP/XT. Now I have another trouble....
I pass a parameter in a template and wants to reuse it in an name attribute
but it doesn't work.
Thanks a lot. Yann Desnoues. XML DOC: <notes>
XSL: <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
<xsl:output method="text"/> <xsl:strip-space elements="*"/> <xsl:template match="notes"> <xsl:call-template name="t">
</xsl:template> <xsl:template name="called">
<xsl:template name="t">
</xsl:when>
</xsl:template> </xsl:stylesheet>
|

Cart



