RE: using xml::libxml to find & replace in xml documents

2004-07-10 Thread Eric Lease Morgan
I wrote: Has anybody here written one or more Perl scripts using XML::LibXML to find & replace in XML documents?... Thank you the all the replies. One person recommending a Perl module called XML::Twig. Another person recommended I use regular expressions. Two people recommended the use of XSLT.

Re: using xml::libxml to find & replace in xml documents

2004-07-09 Thread Ed Summers
On Thu, Jul 08, 2004 at 11:16:00PM -0500, Eric Lease Morgan wrote: > Has anybody here written one or more Perl scripts using XML::LibXML to > find & replace in XML documents? Sounds like you could probably use the XPath features in XML::LibXML to isolate the nodes you want to change, update them,