Unless it appears elsewhere, try just using: nuevoIdNodo ='(\d+)';
or perhaps nuevoIdNodo\s*=\s*'(\d+)'; if you are not sure of the spacing On 04/12/2008, Steve Kapinos <[EMAIL PROTECTED]> wrote: > Add a debug sampler to see what your property output looks like during the > test. I'm no regex expert... but I think its because your regex expression > looks totally wacked. > > You may also have things like multiline matching to sort out if you want to > match what was in your original mail. \W doesn't look like any character > class I am familiar with to match a / > > I would think you'd want something like > > nuevoIdNodo ='(/d*)' > > or > > <script type="text\\javascript">nuevoIdNodo='(/d*)'<\/script> > > But I'm no regex guru > > > -----Original Message----- > From: Jose Pablo Sarco [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, December 03, 2008 6:23 PM > To: JMeter Users List > > Subject: RE: How extract values from an XML response? > > I tried with: > > *Regular Expression: > <script type="text\Wjavascript"> nuevoIdNodo =(.*) <\Wscript> > > *Template: > $1$ > > > And I don't see any value in the variable > > > > -----Original Message----- > From: Jose Pablo Sarco > Sent: Miércoles, 03 de Diciembre de 2008 03:08 p.m. > To: JMeter Users List > Subject: RE: How extract values from an XML response? > > Yeah, I tried it but I don't see any result..... > > > > -----Original Message----- > From: Steve Kapinos [mailto:[EMAIL PROTECTED] > Sent: Miércoles, 03 de Diciembre de 2008 01:24 p.m. > To: JMeter Users List > Subject: RE: How extract values from an XML response? > > Use the regex extractor component to pull it from the body of the response > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor > > -----Original Message----- > From: Jose Pablo Sarco [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 03, 2008 2:38 PM > To: JMeter Users List > Subject: How extract values from an XML response? > > Hi all, > > > > I'm using Jmeter 3.2.3 ON xp. I need extract the value from an XML > response and I can't do it. > > > > I have the following XML as response: > > > > <script type="text/javascript" > > > nuevoIdNodo ='300012'; > > </script> > > > > I need extract the value 300012 to use as parameter in a request made > after that response. > > > > I research the web but, I can't find a solution to this. > > > > Any idea? > > > > Thanks in advance!! > > > > Jose > > > > ################################################################################################################# > Este documento puede incluir información confidencial y propiedad de Neoris > y deberá ser leído solamente por la > o las personas a quienes está dirigido. Si usted ha recibido este mensaje > por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualquier > punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aquellas > de Neoris. Este documento no deberá > ser reproducido, copiado, distribuido, publicado, ni modificado por terceros > sin la autorización por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com. > > ################################################################################################################# > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ################################################################################################################# > Este documento puede incluir información confidencial y propiedad de Neoris > y deberá ser leído solamente por la > o las personas a quienes está dirigido. Si usted ha recibido este mensaje > por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualquier > punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aquellas > de Neoris. Este documento no deberá > ser reproducido, copiado, distribuido, publicado, ni modificado por terceros > sin la autorización por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com. > > ################################################################################################################# > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > ################################################################################################################# > Este documento puede incluir información confidencial y propiedad de Neoris > y deberá ser leído solamente por la > o las personas a quienes está dirigido. Si usted ha recibido este mensaje > por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualquier > punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aquellas > de Neoris. Este documento no deberá > ser reproducido, copiado, distribuido, publicado, ni modificado por terceros > sin la autorización por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Visítenos en www.neoris.com. > > ################################################################################################################# > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

