Re: build a "dynamical" parameter

Subject: Re: build a "dynamical" parameter
From: Michael Hoffmann <m-hoffmann@xxxxxx>
Date: Thu, 2 Nov 2000 17:24:33 -0400 (EST)
> > what i need is to replace the "or" with a variable
> 
> You really are determined to construct your query at run-time, so the only
> options are (a) generating the stylesheet dynamically, or (b) using the
> saxon:evaluate() extension.
> 
> Mike Kay

what u mean with "generating the stylesheet dynamically"
u got an example ? (i think thats what i am trying to do <g>)

and if i do it with saxon:evaluate() then it wont work on all plattforms
right ?
(only on them who has saxon i think...)
but i will try to find some saxon ressources and watch them

thx

michael


btw... is there a way to convert a string to a nodelist ?
(what i am trying to do is :
<xsl:variable name="value_total"
select='concat($value1,$value2,$value3)' />
... and then ....
<xsl:for-each select="$value_total">

but i get cocoon error : "Can not convert #STRING to a NodeList!"
and when i only do <xsl:variable name="create_string" select="$value1"
/>
t works.. why ? both times value_total is a string....i think... or ?)





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


Current Thread