Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 97711 invoked from network); 5 Dec 2008 01:04:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Dec 2008 01:04:46 -0000 Received: (qmail 267 invoked by uid 500); 5 Dec 2008 01:04:55 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 243 invoked by uid 500); 5 Dec 2008 01:04:55 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 232 invoked by uid 99); 5 Dec 2008 01:04:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 17:04:55 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 66.249.90.177 as permitted sender) Received: from [66.249.90.177] (HELO ik-out-1112.google.com) (66.249.90.177) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Dec 2008 01:03:26 +0000 Received: by ik-out-1112.google.com with SMTP id c29so3610201ika.5 for ; Thu, 04 Dec 2008 17:04:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Rbb2htZVnQtc+ImQN9ryUbINNbg5HdiiUEweR20Ho9g=; b=aRzMBT5LXbcjuzGM9Uwpo0ODZ4y1+cdgx362S1d6r3LbFDPsHGjPdMJZ54/GOI8HMw 3gJrSrHeKtjF0Ad12Q7zCgWYvtyxrb+wXdH30O9sEYqj6JC7pzXD7Mb4T4iC7bLxJgyV vTdxaV8q3G+DMwCMPp95xsdUztsU+aLpSM8uU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=lfdEAn1JJxOiXvy1JCraOney93LqvmyQ3dI3rn9jftK2dQv+MAJH5st9uCDzKPD+ua KLgCN6/We5g86Im4rla0y1+ySD/R5LAiyumNNs9hx+4RgLPlu1nJC8UOoqttEitgFYMX 395M1/Wks6wM+mK0ZzWn0PNn7urs+1AZmW2uc= Received: by 10.86.53.8 with SMTP id b8mr251438fga.13.1228439053392; Thu, 04 Dec 2008 17:04:13 -0800 (PST) Received: by 10.86.65.7 with HTTP; Thu, 4 Dec 2008 17:04:13 -0800 (PST) Message-ID: <25aac9fc0812041704ld40a85ag1b33559082ddd01d@mail.gmail.com> Date: Fri, 5 Dec 2008 01:04:13 +0000 From: sebb To: "JMeter Users List" Subject: Re: How extract values from an XML response? In-Reply-To: <4C18B43DBBF99443A65145AE575757EF5FDE50@oslexcp4.eu.tandberg.int> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <8512426FE88AE844859CECFD7E8EDEEE011CBE0A@arrosmxs03.neoris.cxnetworks.net> <8512426FE88AE844859CECFD7E8EDEEE011CBE14@arrosmxs03.neoris.cxnetworks.net> <4C18B43DBBF99443A65145AE575757EF5FDE50@oslexcp4.eu.tandberg.int> X-Virus-Checked: Checked by ClamAV on apache.org Unless it appears elsewhere, try just using: nuevoIdNodo =3D'(\d+)'; or perhaps nuevoIdNodo\s*=3D\s*'(\d+)'; if you are not sure of the spacing On 04/12/2008, Steve Kapinos wrote: > Add a debug sampler to see what your property output looks like during th= e test. I'm no regex expert... but I think its because your regex expressi= on 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 charact= er class I am familiar with to match a / > > I would think you'd want something like > > nuevoIdNodo =3D'(/d*)' > > or > > > > > > 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=F3n confidencial y propiedad de N= eoris y deber=E1 ser le=EDdo solamente por la > o las personas a quienes est=E1 dirigido. Si usted ha recibido este mens= aje por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualqu= ier punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aque= llas de Neoris. Este documento no deber=E1 > ser reproducido, copiado, distribuido, publicado, ni modificado por terc= eros sin la autorizaci=F3n por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Vis=EDtenos en www.neoris.= com. > ########################################################################= ######################################### > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > ########################################################################= ######################################### > Este documento puede incluir informaci=F3n confidencial y propiedad de N= eoris y deber=E1 ser le=EDdo solamente por la > o las personas a quienes est=E1 dirigido. Si usted ha recibido este mens= aje por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualqu= ier punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aque= llas de Neoris. Este documento no deber=E1 > ser reproducido, copiado, distribuido, publicado, ni modificado por terc= eros sin la autorizaci=F3n por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Vis=EDtenos en www.neoris.= com. > ########################################################################= ######################################### > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > ########################################################################= ######################################### > Este documento puede incluir informaci=F3n confidencial y propiedad de N= eoris y deber=E1 ser le=EDdo solamente por la > o las personas a quienes est=E1 dirigido. Si usted ha recibido este mens= aje por error, por favor avise > inmediatamente al remitente contestando y eliminando este correo. Cualqu= ier punto de vista u opiniones expresadas > en este mensaje son del remitente y no necesariamente coinciden con aque= llas de Neoris. Este documento no deber=E1 > ser reproducido, copiado, distribuido, publicado, ni modificado por terc= eros sin la autorizaci=F3n por escrito de Neoris. > > Este mensaje ha sido verificado contra virus. Vis=EDtenos en www.neoris.= com. > ########################################################################= ######################################### > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org