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

Re: Counting with two conditions

Subject: Re: Counting with two conditions
From: Sven Waibel <sven.waibel@xxxxxxxx>
Date: Fri, 26 Nov 2004 10:39:19 +0100
xsl two conditions
Thanks,
that was so easy.
I thought of a more complex structure to get this result.

Sven

Richard Lewis wrote:
> On Fri, 26 Nov 2004 10:18:47 +0100, "Sven Waibel" <sven.waibel@xxxxxxxx>
> said:
> 
>>Hi,
>>
>>i have following problem:
>>
>>
>>XML-File:
>>
>><case>
>>	<parameter>
>>		<status value="performed"/>
>>		<verdict value="fail"/>
>>	</parameter>
>>	<parameter>
>>		status value="performed"/>
>>		<verdict value="pass"/>
>>	</parameter>
>>	<parameter>
>>		status value="performed"/>
>>		<verdict value="pass"/>
>>	</parameter>
>></case>
>>---------------------------------------------
>>
>>XSL-File:
>>
>><xsl:template match="case">
>>
>>Here i wanna count all paramter that have been "performed" and their
>>verdict is "pass"
>>
> 
> 
> <xsl:value-of select="count(parameter[status/@value='performed' and
> verdict/@value='pass'])" />
> 
>></xsl:template>
>>
> Richard

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.