in reply to Search and replace for large number of files
my $xpc = 'XML::LibXML::XPathContext'->new; $xpc->registerNs('e', 'http://www.earthstats.org/XFDL/Custom'); my @nodes = $xpc->findnodes('e:EARTHSTATS', $xml->documentElement);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Search and replace for large number of files
by smls (Friar) on May 23, 2014 at 10:47 UTC | |
by bangor (Monk) on May 23, 2014 at 11:16 UTC | |
|
Re^2: Search and replace for large number of files
by bangor (Monk) on May 23, 2014 at 11:19 UTC | |
by RonW (Parson) on May 23, 2014 at 19:45 UTC |