Subject: MSXML3/4 and Version 1.1 support
From: "Pywell, Andrew" <Andrew.Pywell@xxxxxxxxxx>
Date: Thu, 23 Aug 2001 13:21:19 +0200
|
Hi
I'm using a Version 1.1 construct from Michael Kay's book to.
<xsl:variable name="directions">
<direction nr="0">Outgoing</direction>
<direction nr="1">Incoming</direction>
</xsl:variable>
.......
<xsl:value-of select="$directions/direction[@nr=@direction]"/>
This works fine with Saxon but fails with MSXML3 with an error message:
"Reference to variable or parameter 'directions' must evaluate to a node
list Code 80004005 Source msxml3.dll"
Are Version 1.1 extensions not supported by MSXML3/4?? Am I going to have to
resort to the longwinded namespace solution?
Thanks
Andrew
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|