[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: How can I declare node sets explicitly?


Subject: RE: How can I declare node sets explicitly?
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 13 Oct 2000 17:46:32 +0100

> 
> <xsl:variable name="local_field">
>     (field1)|(field2)|field3)
> </xsl:variable>
> 
> won't work because then $local_field is a string and not a node set.
>  
> Do you have any suggestion for me?

What's wrong with 
<xsl:variable name="local_field" select="field1 | field2 | field3"/> ?

Mike Kay


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



Current Thread