Subject: [xsl] differences between x != 0 and not(x = 0) From: "Jaime Stuardo" <jstuardo@xxxxxxxxxxx> Date: Wed, 8 Jun 2005 10:03:12 -0400 |
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
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
Re: [xsl] Functional program for "l, Dimitre Novatchev | Thread | Re: [xsl] differences between x != , David Carlisle |
Re: [xsl] differences between x != , David Carlisle | Date | [xsl] (correction) [xsl] differenc, Jaime Stuardo |
Month |