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]

XPath expression as param


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]