[Mono-list] Problem with XSLTTranfsorm

Ariel Rios ariel@gnu.org
Fri, 26 Nov 2004 08:59:32 -0600


Yes. I have:
 <xsl:template match="Reporte">
	<xsl:param name="pag" />
	<xsl:param name="modoAccion" />

If i do the following test yes is printed when I expect
modoAccion's value to be 'INICIAL'

	<xsl:if test="$modoAccion=''">yes</xsl:if>

ariel