> 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 |
|
Michael Kay - Sat, 17 Nov 2001 07:56:52 -0500 (EST) <=
|
|