Hi guys,
I’m facing some issue to extract data from XML. I tried to find solution with this link but I’m still stuck when I want to extract data from a complexer XML
Method:
1- Read text
2- Deserialize XML
3-xmlDoc.Element(“InfeedMeasurements”).Element(“Payload”).Element(“InfeedHeadpoin”).Element
(“EanGsrn”).Value.ToString
As a attachment the xml i tried to parse.
OutputXML.xml (40.3 KB)
Ty for your help!