[xsl] expression must evaluate to a nodeset / shortcuts !

Subject: [xsl] expression must evaluate to a nodeset / shortcuts !
From: "Braumüller, Hans" <H.Braumueller@xxxxxxxxxxxx>
Date: Tue, 5 Nov 2002 11:08:21 +0100
Hello again,

long time nothing posted.


Why i can use

<xsl:value-of select="/root/body/filter/df[@name='gspkennung']/@title"/>

but not if i declare a variable:

<xsl:variable name="path" select=" '/root/body/filter/df/@name'  "/>

then use

<xsl:value-of select="$path='gspkennung'/@title"/>

Is there a workaround for this?

Thanks,

Hans Braumüller 
-- + -- 
Mail Art Not War
http://crosses.net

 


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


Current Thread