Getting data from auto generated XML file with weird formatting

@astockman
Welcome to the forum

Similar as below presented we do handle the XML Namespace
XML Extraction - Handling Namespaces (Tableau, Soap, OASIS types) - Help / Community - UiPath Community Forum

Checked:
grafik

so we init the xnsDefault | XNamespace Variable by
grafik

And can feed the retrieved Details_Collection elements e.g. to a for each for looping
we do have 4 items
grafik

and will use for statement:
item in xDoc.Root.Descendants(xnsDefault + "Details_Collection")

1 Like