Subject: XPath expression as param
From: Ytai Ben-Tsvi <YtaiBT@xxxxxxxx>
Date: Sun, 22 Oct 2000 12:06:05 +0200
|
hi all!
i'm trying to find a way to call a template with an XPath expression as a
parameter. something like:
<xsl:call-template name="foo">
<xsl:with-param name="select">./bar[@bar='sdfsdf']</xsl:with-param>
</xsl:call-template>
is this possible without using XPath-string-functions for implementing XPath
expressions myself ?
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|