Forum de discussion
Forum « Programmation XML et XSL » (archives)
Probleme avec <xsl:if test="not(...
Envoyé: 4 septembre 2003, 9h31 par zekmek
Voila je fais une feuille de style xsl dans laquelle j'effectue pas mal de tests not(...) / and not (...) ...
Le probleme c'est qu'au dela de 50 and not(...) j'ai une erreur, en dessous ca va très bien.
Voici un exemple:
<xsl:template match="flights/flight">
<xsl:if test="not(./segment/airline/@id='JR')
and not(./segment/airline/@id='Z9')
and not(./segment/airline/@id='QO')
and not(./segment/airline/@id='R7')
and not(./segment/airline/@id='X8')
and not(./segment/airline/@id='VE')
and not(./segment/airline/@id='OY')
and not(./segment/airline/@id='RK')
...
Est ce que quelqu'un a une solution pour contourner ca ?
Merci et @+
Réponses
|