Forum Discussion

aditya_gupta41's avatar
aditya_gupta41
Contributor
4 years ago

Deleting key from XML

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

  • bojanvelevski's avatar
    bojanvelevski
    Valued Contributor

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