hi
i m using if condiiot in xslt
now i want o tto use it like with & and ||
means like this
if(a = 1 & b = 1)
{
........
}
how can i do this?
Printable View
hi
i m using if condiiot in xslt
now i want o tto use it like with & and ||
means like this
if(a = 1 & b = 1)
{
........
}
how can i do this?
Here are some samples to show you how it's done. Read the next page too because that gives examples of multiple conditions.
Hope this helps. :)