K
khaled Hajjar
Hello,
I have this template :
<root>
<categorie>
<poste att = 'true'>
.....
</poste>
<poste att = 'false'>
.....
</poste>
<poste att = 'true'>
.....
</poste>
</categorie>
<categorie>
................
...............
</categorie>
</root>
In my XSL, I like to check if all poste's attribut equal to false, I
will output a text message "there is no poste"
else output the poste where attribut equal to true.
Thanks for your support.
I have this template :
<root>
<categorie>
<poste att = 'true'>
.....
</poste>
<poste att = 'false'>
.....
</poste>
<poste att = 'true'>
.....
</poste>
</categorie>
<categorie>
................
...............
</categorie>
</root>
In my XSL, I like to check if all poste's attribut equal to false, I
will output a text message "there is no poste"
else output the poste where attribut equal to true.
Thanks for your support.