I'm receiving an xml response from a server that looks like this (pic below).
Question: note 2 Data1:
<Data1>5</Data1>
<Data1>20</Data1>
I wish to retrieve those numbers with my code but unable to do so because the response Column is the same.
I get:
Data result 1 : 5
Data result 2 : 5
Any way to circumvent this?