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