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: RE: node-set


> Simulating dynamic evaluation of XPath Expressions "by
> calling selectNodes() within
> a JScript extension" is not always possible.
>
> The simplest example is:
>
> $p | $q
>
> It would not be possible to evaluate any XPath expression
> including nodes from more
> than one tree, because selectNodes() treats the passed XPath
> expression as relative
> to the IXMLDOMNode object, against which the method is invoked.
>
Microsoft's selectNodes() function is very inadequately documented, but I
think you are almost certainly right.

Mike Kay
Software AG


 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]