ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xsl-list
xsl-list
[xsl] Can someone convert this function in MSXSL:script to Rhino 1.5 ??
by Martijn other posts by this author
Dec 21 2001 5:14AM messages near this date
Re: [xsl] MSXML4, key() across node-set | [xsl] selecting a perticular node
This allows for a nodeset put into a variable to be applied a XPath upon.

Thanks!!!

 <msxsl:script implements-prefix="nodeselection" language="jscript"> 
 <![CDATA[
   function selectNodes(nsetCtxt, strExpr)
   {
    // Evaluating strExpr must result in a node-set (unfortunately there is
currently no evalExpr method on the MSDOM)
    return nsetCtxt.nextNode().selectNodes(strExpr);
   }
 ]]> 
 </msxsl:script> 



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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved