RE: [xsl] Node list question

Subject: RE: [xsl] Node list question
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Wed, 26 Sep 2001 16:24:40 +0100
>
> Using Saxon, I never got an error.  Now, trying to use MSXML
> gives me the
> following error:
>      Reference to variable or parameter 'MOD_PROD' must
> evaluate to a node
> list.
>
> What is the difference between Saxon and MSXML on this?  How
> can I go about
> resolving this?
>
The difference is that Saxon implements the XSLT 1.1 Working Draft, which
allows a result tree fragment to be used as a node-set. You can't do this
with XSLT 1.0, though most vendors including Microsoft have provided a
xx:node-set() extension function to achieve the same effect.

Mike Kay


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


Current Thread