- From: Martin Holmes <mholmes@uvic.ca>
- Date: Thu, 28 Oct 2004 10:42:17 -0700
- To: www-xsl-fo@w3.org
Hi there, I'm trying to write an XPath function that counts all the siblings of a current node which are NOT "myNode" elements. To count all the myNode elements, I'd do this: count(../myNode) How do I negate this, to get [pseudo-code] count(../* WHERE name() NOT 'myNode') I just can't figure out the syntax for this. Cheers, Martin
Received on Thursday, 28 October 2004 20:22:04 UTC