I need to read a value from an xml file and get that as an output.
<MessageReportEvent Id="9" Message="Traversal in 160.99495345777862" TimeStamp="1445229229"/>
The numeric value in the "Message" attribute is what I want to get
I need to read a value from an xml file and get that as an output.
<MessageReportEvent Id="9" Message="Traversal in 160.99495345777862" TimeStamp="1445229229"/>
The numeric value in the "Message" attribute is what I want to get