Hi Guys, I am having this string:
[?xml version="1.0" encoding="UTF-8"?]
SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="urn:methods" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="urn:PingdomAPI" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"][SOAP-ENV:Body][ns1:createAccountResponse][return xsi:type="ns2:CreateAccountResponse"][status xsi:type="xsd:int"]3[/status][password xsi:nil="true"/][/return][/ns1:createAccountResponse][/SOAP-ENV:Body][/SOAP-ENV:Envelope]
Just imagine that [ => < and ] => > The question is: How to extract int value of 3, the value for status. Thx in advance, Mladen