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]

MSXML3/4 and Version 1.1 support


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


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