Subject: variable problem...
From: "Markus Gamperl" <markus.gamperl@xxxxxx>
Date: Wed, 19 Jan 2005 14:54:41 +0100 (MET)
|
Hello experts!
I have got the following xsl:when instruction:
<xsl:when test="concat('$', name(.), '_page_break_before', '=''T''')">
The following xsl:value-of instruction:
<xsl:value-of select="concat('$', name(.), '_page_break_before',
'=''T''')"/>
Returns the following output:
$h2_page_break_before='T'
Is it possible to do this expression in my xsl:when branch? (perhaps with
{...}
Thanks
Markus
--
Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl
|