Visualizzazione dei risultati da 1 a 3 su 3

Discussione: xsl - when test

  1. #1

    xsl - when test

    Sto usando il costrutto

    <xsl:for-each select="evento">
    <xsl:choose>
    <xsl:when test="....">

    Vorrei inserire all'interno del tag when test, la condizione AND tra due condizioni.

    Come è possibile?

  2. #2

    Re: xsl - when test

    Originariamente inviato da manaland
    Sto usando il costrutto

    <xsl:for-each select="evento">
    <xsl:choose>
    <xsl:when test="....">

    Vorrei inserire all'interno del tag when test, la condizione AND tra due condizioni.

    Come è possibile?
    Semplice: "condiz1 and condiz2 or condiz3" e anche "not condiz". Possono anche esse incapsulate.

  3. #3
    Grazie... non trovavo le parole chiave and, or...

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.