I currently need to be able to read through an XML document, find certain nodes and either delete them (and child nodes) or edit the nodes name and possibly value. What would be the best way of going about this?
XPath?
XSLT?
XMLReader/XMLWriter?
My Code/XML contents cannot be posted though.