[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] passing node data as a parameter?


Subject: [xsl] passing node data as a parameter?
From: "Edlavitch, Ben" <Ben.Edlavitch@xxxxxxxx>
Date: Wed, 14 Mar 2001 13:51:09 -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



Current Thread