RE: [xsl] Variable with node list...

Subject: RE: [xsl] Variable with node list...
From: "Michael Kay" <michael.h.kay@xxxxxxxxxxxx>
Date: Sat, 17 Nov 2001 13:03:24 -0000
> I get the following error from Microsoft's parser when processing the
> included document and stylesheet.
>
>   Reference to variable or parameter 'properties' must
> evaluate to a node list.
>
You can't use a result tree fragment as a node-set in XSLT 1.0; to do this
you need to use the msxsl:node-set() extension function (or the equivalent
function provided by the particular processor).

>       <xsl:for-each select="xx:node-set($properties)/property">

Mike Kay


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


Current Thread