xsl-list
[Top] [All Lists]

[xsl] Providing a value for the 'select' attribute

2011-10-03 16:19:57
Hi,
I have been using the following idiom when providing a value for “select” in statements like <xsl:param>, <xsl:variable>, etc., when the value provided is not an xsl object. Is this correct or is some other form preferred?

<xsl:param name="file-type">
   <xsl:text>.htm</xsl:text>
</xsl:param>

Thanks,
Mark




--~------------------------------------------------------------------
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>
--~--