Reading XML soup response with more than 1 namespace

@mahmoud.zaky
find starter help (show casing dedicated access and loop over the result element) here:
XMLDemo.xaml (6.7 KB)

in case of retrieval issues following trick helps to find out the needed things:
grafik

xDoc.Root.Descendants()(X).Name - play with X=index and find out the needed namespace for a particular element

1 Like