if per verificare se una variabile viene valorizzata


/ Published in: XHTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <xsl:variable name="idcat" select="/pagina/informazioni/catalogo/@idcat"/>
  2.  
  3. <xsl:if test="@id_categoria !='80' and @id_categoria !='93' and @id_categoria !='102' and $idcat != '102' or not (/pagina/informazioni/catalogo/@idcat)">

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.