06-24-2022 04:15 AM
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
06-24-2022 07:06 AM
You can try parsing the xml, do the required modifications, and than format the data into XML again.