Get element from xml string in c#

时间:2017-11-13 06:26:28

标签: c# xml

I have following xml string which is best way to read tempTxnId

<MMP>
  <MERCHANT>
    <RESPONSE>
      <url>https://test</url>
      <param name="ttype">NBFund</param>
      <param name="tempTxnId">100000552091</param>
      <param name="token">5PY8i988hsEqLftDl7V2m69y5VGp</param>
      <param name="txnStage">1</param>
    </RESPONSE>
  </MERCHANT>
</MMP>

1 个答案:

答案 0 :(得分:0)

首先你必须对XML有所了解。即:

这是一个基本的网络搜索研究项目。这是我通过搜索网络,阅读,学习来学习大部分编程的方式。

学习研究可能是现代程序员最重要的技能。