Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2020 11:49 PM
Hi Ankur ,
I am able to get the values but not attributes.
I did the below
var payLoad = "my xml payLoad";
var helper = XMLHelper(payLoad);
obj = helper.toObject();
for(x in obj){
gs.log("xml objects :"+obj[x]);
}
It gives me only values of every node but not the attribute names.
Can you please advise ?
Thanks & Regards,
Chinmayee Mishra