This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

How to count the nodes based on attribute presence


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]