Deserialize XML with Namespaces (solved)

Hi
Can anyone help me in regards to deserialize an XML file which has namespaces, in Uipath.
I have previously looked at the “how to” Deserialize XML, but it did not work in my case.

I am particularly interested in cbc:ID (line 7) and cbc:IssueDate (line 9), in the enclosed file.

Thank you.

Regards
Lasse

Edit:
I used “Descendants” instead of “Element” and it solved the problem.

Hi… I am also encountering similar problem now. Do you mind sharing few lines of code which u used to parse Xml with namespace. Thanks!