You need to sign in to do that
Don't have an account?

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.