H
hp_
hello,
i need some help, i'm writing an xsl script and want to write a
variable in an attribute. is there any possibility to do so?
my code looks like this
<xsl:variable name="format" select="@format"/>
<zaehler format="$format">
the result is:
<zaehler format="$format">
obviously the variable isn't recognized...
but what can i do?
thank you very much
i need some help, i'm writing an xsl script and want to write a
variable in an attribute. is there any possibility to do so?
my code looks like this
<xsl:variable name="format" select="@format"/>
<zaehler format="$format">
the result is:
<zaehler format="$format">
obviously the variable isn't recognized...
but what can i do?
thank you very much