Subject: how to do in xsl equalen of SQL not in (......)
From: Andrey Solonchuk <solo@xxxxxxx>
Date: Fri, 5 Sep 2003 20:36:59 +0300
|
Hello ,
hi all.
How can I in xsl realise when I what count
all value with code not in some list
<x code="2">2</x>
<x code="3">2</x>
<x code="4">2</x>
<x code="5">2</x>
<x code="6">2</x>
how to do ->>> sum(x[code not in(1,2)]) ???
-------------------
Best regards,
Andrey Solonchuk mailto:solo@xxxxxxx
IBIS Ltd (Integrated Banking Informational Systems Limited)
22 Uspenskaya St, Odessa, 65014,. Ukraine
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|