<?xml version="1.0" ?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:getCountriesResponse xmlns:ns1="SoapQrcode">
<return SOAP-ENC:arrayType=":[8]" xsi:type="SOAP-ENC:Array">
<item xsi:type="xsd:string">
China
</item>
<item xsi:type="xsd:string">
France
</item>
</return>
</ns1:getCountriesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
この XML 形式を使用していますが、Titanium を使用してこの XML 形式から国名を取得するにはどうすればよいですか?