xsl-list
[Top] [All Lists]

RE: constructing a "variable" select argument

2006-02-27 12:55:26
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/



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--