RE: [xsl] Converting a string to node test

Subject: RE: [xsl] Converting a string to node test
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Tue, 24 Apr 2001 09:23:02 +0100
> Does Microsoft have an extension function
> like saxon:evaluate() ?

No, but provided the relevant XPath expression returns a node-set, and
doesn't rely on context information such as the namespaces, variables, base
URI, or key declarations in the stylesheet, then you can achieve the same
effect by going into JScript and calling Microsoft's selectNodes() method.

Mike Kay


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


Current Thread