Subject: passing node data as a parameter?
From: "Edlavitch, Ben" <Ben.Edlavitch@xxxxxxxx>
Date: Wed, 14 Mar 2001 15:29:28 -0800
|
Hi all,
I'm trying to pass the parameter jtest_reports_var. This parameter
references the data within the node <report-name>. Please help me with the
syntax for the two lines of code below.
<xsl:param name="jtest_reports_var" />
<xsl:apply-templates select="all-reports/report[report-name =
$jtest_reports_var]" />
Thanks,
Ben
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|