[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
RE: [xsl] constructing a "variable" select argument
Subject: RE: [xsl] constructing a "variable" select argument
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Mon, 27 Feb 2006 19:55:26 -0000
|
> after calling the template with
> <xsl:with-param name="track" select="T1"/>
>
>
> any ideas?
>
It should be
<xsl:with-param name="track" select="'T1'"/>
Gotcha.
Michael Kay
http://www.saxonica.com/
|