|
Subject: [xsl] Can someone convert this function in MSXSL:script to Rhino 1.5 ?? From: "Martijn" <rootroot@xxxxxxxxx> Date: Thu, 20 Dec 2001 21:14:55 -0800 |
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] XPath Question., Jörg Heinicke | Thread | [xsl] How to express this complexe , E100 SFYang |
| Re: [xsl] how to rearrange nodes ba, Mark Nahabedian | Date | [xsl] How to express this complexe , E100 SFYang |
| Month |