Issue in Accesing XML Elements

Success


Data2
Data3
Data4
Data5

The image displays an XML document structure with a declaration tag, a status showing "Success," and nested tags for PractitionerRoles containing a PractitionerRole with several elements labeled Fly22 to Fly25. (Captioned by AI)

with xml data structure as above i want to skip Status and need to retrieve elements from PractitionerRoles
Deserialize XML → out_xml_Doc1

Get XML Nodes I/p - out_xml_Doc1 o/p - out_xml_Nodes1

for getting elements from 2nd tag(PractitionerRoles) the code is as below:


should i change Argument Type IEnumerable(XElement)?

Hi @devasaiprasad_K ,

Try to change the argument type to System.Xml.Linq.XNode