如何使用SelectSingleNode獲取OverallResult元素的內聯字母?從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>
<ProcessResp xmlns="http://www.w3.org/2005/Atom">
<Result>
<OverallResult>Success</OverallResult>
問題要求代碼必須**說明問題的一小部分理解正在解決* *。包括嘗試解決方案,爲什麼他們沒有工作,以及*期望*結果。另見:[堆棧溢出問題清單](http://meta.stackexchange.com/questions/156810/stack-overflow-question-checklist) –