I want to check the result of a Soap XML/RPC request with an Xpath assertion.
If I have the follwing XML result: <m> <h>9</h> </m> How can I check the value of the <h> tag ? I tried the following /m/h!=-1 But it didn't work --- Stéphane --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

