Re: [xsl] setting params

Subject: Re: [xsl] setting params
From: Thomas Richter <t.richter@xxxxxxxx>
Date: Thu, 03 Jun 2004 10:50:09 +0200
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@xxxxxxxxxxxxxxxxxxxxxx>
--+--



Current Thread