in reply to Re^2: Update XML data with Perl
in thread Update XML data with Perl
Just wanted to mention that XML::LibXML has file reading and writing methods (as well as a bunch of other in/out methods):
$state = $doc->toFile($filename, $format); $doc = $parser->parse_file( $xmlfilename );
|
|---|