Subject: xsl:variable?
From: "Nicolas Toper" <ntoper@xxxxxxxx>
Date: Wed, 26 Nov 2003 17:45:26 +0100
|
Hi,
I'm trying to put a node-set in a a variable but I can't make it work...
Here is a snippet of my code:
<xsl:variable name="t">
<a href=".."><xsl:value-of select="y"></a>
</...
<xsl:value-of select="concat($t,...)...
I get only y as an output. Any idea please?
Nicolas
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- xsl:variable?
- Nicolas Toper - Wed, 26 Nov 2003 11:43:30 -0500 (EST) <=
- <Possible follow-ups>
- Martinez, Brian - Wed, 26 Nov 2003 12:15:48 -0500 (EST)
|
|