OK, we have this process for setting up our client on our own desktops. It requires going into an XML file and removing all <xxx> tags, which are nested within the document. Does anyone know a tool out there that I can open the XML document in and it would remove all the <xxx> tags and values within them from the entire document?
Besides writing a Perl script. Which is my last resort.
Mark, I may be missing the obvious here, but if you remove all the tags and their contents what do you have left? The whole document is in a tag. Or are you trying to remove certain specific tags?