[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Using Count() conditionally ??

Subject: Re: Using Count() conditionally ??
From: "Wei-Chin Hsieh" <whsieh@xxxxxxxxxxxx>
Date: Mon, 24 Jun 2002 15:52:53 -0500
select count conditional
The predicates should work fine.
The total number of apps
<xsl:value-of select="count(//apps)"/>
The total number of apps that have a sysid child node of value 415.
<xsl:value-of select="count(//apps[sysid='415'])"/>
The total number of apps that have a sysid child node of value 416.
<xsl:value-of select="count(//apps[sysid='416'])"/>

Wei-Chin
----- Original Message -----
From: "KUMAR NINGASHETTY" <kningashetty@xxxxxxxxxxxxxxxx>
To: "<" <XSL-List@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Monday, June 24, 2002 3:08 PM
Subject:  Using Count() conditionally ??


>
> Hi ..
>      I am trying to count the total number of 416's and 415's in the
following xml ... Is there is anyway to use predicates in count function  to
acheive this.
>
> any help and pointers ...
>
> <rep>
>   <appl>
>        <apps>
>            <sysid>416</sysid>
>         </apps>
>         <apps>
>            <sysid>415</sysid>
>         </apps>
>         <apps>
>            <sysid>415</sysid>
>         </apps>
>         <apps>
>            <sysid>416</sysid>
>         </apps>
>         <apps>
>            <sysid>416</sysid>
>         </apps>
>   </appl>
>  </rep>
>
> Thanks ...
> -Kumar
>
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.