RE: [xsl] counting number of occurances in elements

Subject: RE: [xsl] counting number of occurances in elements
From: "Sharma, Jaikumar" <jaikumar.sharma@xxxxxxxxx>
Date: Sat, 11 Aug 2007 21:41:18 +0530
Thanks Martin. It worked.

-----Original Message-----
From: Martin Honnen [mailto:Martin.Honnen@xxxxxx]
Sent: Saturday, August 11, 2007 8:59 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] counting number of occurances in elements

Sharma, Jaikumar wrote:

> Example :
>
> 		<root>
> 		    <sub-root>
> 			<element>test123</element>
> 			<element>test145</element>
> 			<element>test129</element>
> 			<element>test145</element>
> 			<element>test129</element>
> 		   </sub-root>
> 		</root>
>
>
> I want to count total number of occurances having '145' under sub-root

> node,

   count(/root/sub-root/element[substring(., 5, 3) = '145']




--

	Martin Honnen
	http://JavaScript.FAQTs.com/



DISCLAIMER:
Unless indicated otherwise, the information contained in this message is
privileged and confidential, and is intended only for the use of the
addressee(s) named above and others who have been specifically authorized to
receive it. If you are not the intended recipient, you are hereby notified
that any dissemination, distribution or copying of this message and/or
attachments is strictly prohibited. The company accepts no liability for any
damage caused by any virus transmitted by this email. Furthermore, the company
does not warrant a proper and complete transmission of this information, nor
does it accept liability for any delays. If you have received this message in
error, please contact the sender and delete the message. Thank you.

Current Thread