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: Converting a string to node test


> 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


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