3
votes
2answers
1k views
How to to create a boolean value in XSLT?
I am totally new to XSLT and can't work out where I am going wrong with the following code.
<xsl:variable name="var" select="boolean('false')"/>
<xsl:if test="$var'">va …
