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
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to