|
Subject: [xsl] Setting a boolean value From: "Mark" <mark@xxxxxxxxxxxx> Date: Sat, 22 Oct 2011 07:13:36 -0700 |
These two work but seem indirect and verbose:
<xsl:with-param name="set-current">
<xsl:text>false</xsl:text>
</xsl:with-param>
or
<xsl:with-param name="set-current" select="not('true')"/>These return the error "required type ... is boolean. <xsl:with-param name="set-current" select="''"/> <xsl:with-param name="set-current" select="'false'"/>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] grouping duplicate links , Brandon Ibach | Thread | Re: [xsl] Setting a boolean value, Martin Honnen |
| RE: [xsl] XSLT vs Schematron Decisi, Norm Birkett | Date | Re: [xsl] Setting a boolean value, Martin Honnen |
| Month |