How to extract Elements from XML

I know this has been talked about before, but I am getting nothing from the other threads.
Here is a piece of the XML File:
image

And This is my UiPath Code:
https://drive.google.com/file/d/19VCSx8hCX11tX5gvtUUrmLoi9J1dsuvS/view?usp=sharing

I keep getting this error: System.Xml.XPath.XPathEvaluator+d_1`1[System.Object]

What do I do?

1 Like

Hi @ahmedsolmn,

We have activities available in UiPath to serialize deserialize and extract the data same we do in any coding language or from a JSON object.

All you need to do is import UiPath.web.activities from the Manage Packages available in the panel.

1 Like

@ahmedsolmn

Check this thread and follow the steps.

1 Like

Yea I had followed that before but it didn’t work, but I found the issue was with the namespace. When i remove it from the XML everything works.

Is there a way to remove the namespace from the Xdocument.

1 Like

The expression in step 4 is throwing error
“End of expression expected”

Please hep asap