Reading xml tags

Hi guys, I have a serious problem trying to read some tags from an xml, the way this xml is structured is somewhat disorganized and I’m new to trying to extract information from this type of file. Could someone help me by giving me an example of how to extract one? label, it can be called sts:QRCode

Attachment xml
ad09016509210002300000035.xml (38.3 KB)

You have to handle XML Namespaces. Find some starter help here:

as sts:QRCode is within the nested XML you will use the value from cbc:Description and desrialize/parse it again

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.