This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Variable with node list...


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]