Subject: RE: Passing Document/NodeList to xsl as parameter
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Mon, 25 Jun 2001 13:53:38 +0100
|
> <xsl:variable name="keys" select="xalan:evaluate($keywords)"/>
>
> $keywords is the parameter containing the nodelist.
xalan:evaluate($keywords) expects $keywords to be a string containing an
XPath expression, I've no idea what it does if the parameter is a NodeList -
it probably converts the NodeList to a string, which I doubt is what you
intended.
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|