Faing issue with getting xml node value

I am not able to get “d:name” nodes values from the attached xml file. Kindly help with steps on how to get it.-----

[
3a20141d-6c4a-4fa0-bb08-63cea1f95c40

2025-02-28T11:40:34Z https://zoetis.sharepoint.com/sites/BOTInfoNonProd/_api/Web/GetFolderByServerRelativePath(decodedurl='/sites/BOTInfoNonProd/Shared Documents/Essbase Refresh Power BI/Revenue OP/Test') 2025-02-28T11:40:34Z true true true false 0 Test /sites/BOTInfoNonProd/Shared Documents/Essbase Refresh Power BI/Revenue OP/Test 2025-02-28T04:56:43Z 2025-02-28T04:56:43Z 9990d2e3-4ca3-4bc9-a340-27cdf53c73f6 https://zoetis.sharepoint.com/sites/BOTInfoNonProd/_api/Web/GetFolderByServerRelativePath(decodedurl='/sites/BOTInfoNonProd/Shared Documents/Essbase Refresh Power BI/Revenue OP/Test1') 2025-02-28T11:40:34Z true true true false 0 Test1 /sites/BOTInfoNonProd/Shared Documents/Essbase Refresh Power BI/Revenue OP/Test1 2025-02-28T04:53:20Z 2025-02-28T04:53:20Z 4708a607-0362-41e4-b6e8-e9b5ced85528 ]

Hi @Agarwal_Chandresh,

Can you share the xml file please?

d: is typically a namespace and you would need to add that XML Namespace prefix before manipulating one of those nodes, similar to this example

Xml Namespace breaking my xpath! - Stack Overflow

Thanks