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]

RE: Using Count() conditionally ??


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@ntlworld.com
work: Michael.Kay@softwareag.com 

> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com 
> [mailto:owner-xsl-list@lists.mulberrytech.com] 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


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