Hi All-
I have a master XML document that I am reading with Perl.
I also have a list of xpaths, that should be deleted from the document. I have seen XML::Twig, but am not sure how to use it.
Basically
I have a XML doc in a scalar, and a array of XPATHs. I would like to write a new XML that deletes all the XPATHS specified.
Is there a very hard thing to accomplish. I was hoping Twig has a prebuilt function for this.