You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Raffaele Viola <ra...@gmail.com> on 2006/03/31 13:13:18 UTC

use of regular expression

Hi all,

I have this type of response form the server and I need to catch the value
between  <value> and </value>
and put the value in a variable.

How can I do?

<method>
<name>Unknown</name>
<object>Unknown</object>
<attributeme>returnValue</name><value>1</value></attribute>
<attribute><name>returnComment</name><value>getGrantaccessError</value></attribute>
</method>

thanks a lot!!!!

-Raffo