xsl-list
[Top] [All Lists]

variable problem...

2005-01-19 06:54:41
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • variable problem..., Markus Gamperl <=