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]

