0

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>
Shreevardhan
  • 12,233
  • 3
  • 36
  • 50
Abhay Kumar
  • 403
  • 1
  • 5
  • 12

1 Answers1

0

first you'd have to know a little about XML. namely:

this is a basic web search research project. this is the way I learned most of my programming, by searching the web, reading, learning.

Learning to research is probably the most important skill of a modern day programmer.

Chris Hayes
  • 3,876
  • 7
  • 42
  • 72