function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lightdreamlightdream 

Help with xml parsing

Hi,

I have a requirment regarding xml parcing. wher from the xml i need to split the object name and field type. by taking the field type into a list.

After that i need to consider the next child element that is operator. when selecting a particular field type the respective operator must be populated with symbol 

After that i need to consider the next child element value i.e the respective value in that node

 

the final output must be such that 

Name = 'xxxxx'

this must be from xml file

 

Thank you.