|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
or Command in XSLT
Hi EveryBody,
I need to exclude some items in a condition using XSLT, having Or Command between the items, in another hand i need to convert this condition: if (item1!=cond1 or item2!=cond2 or item3!=cond3) to XSLT format anyone can help ![]() |
|
#2
|
|||
|
|||
|
<xsl:if test="(item1 != "cond1") or (item2 != "cond2'') or (item3 !=''cond3")" >
|
|
#3
|
|||
|
|||
|
Thanks alot
it works ![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > or Command in XSLT |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|