|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] differences between x != 0 and not(x = 0)
Hi all.. I always forgot this thing. If I want to test that all nodes has value different from 0, I have to use x!=0 or not(x=0) ? For example, <row> <x>0</x> </row> <row> <x>4</x> </row> <row> <x>0</x> </row> The test for the above example should return TRUE. <row> <x>0</x> </row> <row> <x>0</x> </row> <row> <x>0</x> </row> The test for the above example should return FALSE. Thanks Jaime
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








