[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] assigning to ???


Subject: [xsl] assigning <xsl:param> to <xsl:template mode="$">???
From: "Arne Borkowski \(borko.net\)" <arne@xxxxxxxxx>
Date: Sat, 21 Apr 2001 02:49:40 +0200

Hi,

is there a way to assign a param's value from 
a call to the XSL stylesheet to the mode
selector of a template?

I'd like to do the following:

<xsl:param name="format"/>
<xsl:template match="/">
<xsl:apply-templates mode="$format"/>
</xsl:template>

It does not seem to work, although I expect
my assignment to be correct, as I do not receive
any output at all. Is this ilelgal use of param 
value?

Regards, Aren

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xsl