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]

RE: Node list question


>
> 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


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