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.
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,