I would like to change the XML data using C#. I want to go through the XML document and delete all with the respective saveGroupID. How can i do that? I’ve tried everything without success… You can see the XML Strucur in the picture attached.
I think JSON .NET (free on the asset store, or you can roll your own from open source) can manipulate XML for you but I’m not familiar with that side of the API.