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]

passing node data as a parameter?


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


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