Hi,
I'm trying to parse a quite-complex-for-a-newbie xml file and I'm having a pretty hard time.
I basically have to access.
ReadBuyerHeader/DataSpace/BuyerHeader/Name (Line 32)
ReadBuyerHeader/DataSpace/BuyerHeader/EntityCode/DisplayID (Line 22)
ReadBuyerHeader/DataSpace/BuyerHeader/Location/Address/Address Line(1) (Line 36)
ReadBuyerHeader/DataSpace/BuyerHeader/Location/Address/Address Line(2) (Line 37; I guess this would almost be the same as accessing Address Line 1)
ReadBuyerHeader/DataSpace/BuyerHeader/Location/Address/CountryCode (Line 41; I guess this would almost be the same as accessing Address Line 1)
among other fields, but I guess I could derive the rest if I could just access these. Anything to get me started. There are too few samples on the internet and those that are available just don't cut it. That first line is already messing things up as the samples do not have that. I've tried to do quite a lot of trials and errors. I'm trying to get the most optimal solution for this.
Thank you very much in advance.