cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Deleting key from XML

aditya_gupta41
Contributor

Hello Experts,

Can anyone tell me how can I remove/delete one singe key from XML data and let pass the remaining keys?
And how to do this with IF condition?

Thanks in Advance

1 REPLY 1

bojanvelevski
Valued Contributor

You can try parsing the xml, do the required modifications, and than format the data into XML again.