こんにちはこれは1つの文字列の私のxmlです...
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body><CelsiusToFahrenheitResponse
xmlns="http://tempuri.org/"><CelsiusToFahrenheitResult>73.4</CelsiusToFahrenheitResult>
</CelsiusToFahrenheitResponse></soap:Body></soap:Envelope>
これから73.4が欲しい<CelsiusToFahrenheitResult>73.4</CelsiusToFahrenheitResult>
...これを行うために文字列関数を使用する最も速い方法はありますか?... xml全体をトラバースしたくない!