我有這個字符串:XML解析iPhone
<?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>
的問題是:如何提取的3 int值,對於狀態值。
由於性能問題,NSXML僅適用於模擬器,但不適用於設備本身 – Mladen 2009-12-10 16:08:24
您是正確的MLaden,但rjstelling的示例使用NSXMLParser,它在設備上可用。 – philsquared 2009-12-10 16:10:39
我將如何實現這個我的問題。我建議我將addressParser初始化爲字符串的內容而不是URL。但如何提取關鍵「狀態」的int值? – Mladen 2009-12-10 16:19:30