Subject: How to count the nodes based on attribute presence
From: Mailer Mailer <maillistboxes@xxxxxxxxx>
Date: Sat, 8 Dec 2001 05:08:22 -0800 (PST)
|
Hi All,
In my XML a tag is such that it can or cannot contain
an attribute like the following:
------
<Task due="true">
<Do>Call mother</Do>
</Task>
<Task>
<Do>Make a report</Do>
</Task>
-----
I want to count the Task nodes which do not contain
attribute due="true"
One way is to count all the Task nodes and nodes that
contain the attribute, then do the subtraction.
If direct way is not there then I will do like this
only.
Any suggestion will be appreciated
Thanks in advance
Deep
__________________________________________________
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|