[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] Using Count() conditionally ??


Subject: RE: [xsl] Using Count() conditionally ??
From: "KUMAR NINGASHETTY" <kningashetty@xxxxxxxxxxxxxxxx>
Date: Mon, 24 Jun 2002 17:06:04 -0400

Thanks for all the reply ...That helped ...

>>> michael.h.kay@xxxxxxxxxxxx 06/24/02 04:41PM >>>
Of course. You can count the size of any node-set, and you can construct
a node-set using predicates.

count(apps[sysid=416])

Michael Kay
Software AG
home: Michael.H.Kay@xxxxxxxxxxxx 
work: Michael.Kay@xxxxxxxxxxxxxx 

> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx 
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of 
> KUMAR NINGASHETTY
> Sent: 24 June 2002 21:09
> To: <
> Subject: [xsl] 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 



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



Current Thread
Keywords
xml