Subject: RE: variable as select for template
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 19 Sep 2001 16:03:51 +0100
|
> I'd like to make it with <xsl:value-of...> or something else
> because i have
> to decide on the fly which node set i need. My thought was
> may be i can use
> document() function here???
I think you need to explain what you're trying to achieve. Your solution
isn't going to work, because xsl:value-of produces text as its result, not a
node-set.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|