xsl-list
[Top] [All Lists]

Re: setting params

2004-06-03 01:50:09
Michael Kay schrieb:

The main observable difference between a string and this RTF is the effect
of boolean(). Converting a string to a boolean gives true unless the string
is empty. Converting an RTF to a boolean always gives true.

So
<xsl:param name="hyphenate">true</xsl:param> is true and
<xsl:param name="hyphenate">false</xsl:param> is also true?
So <xsl:param name="hyphenate" select="'false'"/> is the right way?

Thomas





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




<Prev in Thread] Current Thread [Next in Thread>