:-D OK!!! I make a mistake!!! I'm trying to use these Regex to get my variable but it seems don't work!!!! I believe that is because the Http response is without any space. What can I do?
Sorry for my English but I'm a Italian Student!!! Thanks a lot!!!!!! _raffo 2006/1/16, sebb <[EMAIL PROTECTED]>: > > On 16/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > This is a response that the server send to me. > > In the message's body there are these lines: > > > > <method><name>list</name><object>webuser</object> > > <attribute><name>returnValue<name><value>0</value></attribute> > > <attribute><name>returnComment</name><value></value></attribute> > > <attribute><name>nbstart</name><value>0</value></attribute></method> > > > > I need to know the value of the attribute returnValue and nbstart > contained > > between the tags <value> and </value> > > > > Can I use a regular expression like: > > > > Regex: <name>returnValue</name><value>(\d+)</value> > > > > Try it and see. > > > Thanks a lot!!! > > -Raffo > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

