[Home] [By Thread] [By Date] [Recent Entries]
> > <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
|

Cart



