xsl-list
[Top] [All Lists]

Counting with two conditions

2004-11-26 02:18:47
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:template>


Thanks and best regards
Sven

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>