I tried to parse an XML file generated by Canoo Webtest with the following code:

<project xmlns:x=jelly:xml .... >
        <x:parse var="report" xml="${testSummaryFile.toString()}/>
        <x:if select="$report/summary/testresult[@successful='false']">
                <echo>Test failed</echo>
        </x:if>
</project>

I try to parse the XML file, access the atttribute "successful" and determine if the 
test has failed. Problem is that 
it does not work as intended. I'm not able to find a unsuccessful test ... :-(

Any ideas or Jelly Gurus out there?!


Thanks

Siegfried Goeschl


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to