in reply to
MusicXML - find/replace
A common approach to modifying an XML file is to use a parser, such as
XML::Twig
. There are other modules on CPAN. All parsers require an investment in time, but there are many examples out there on the internet.
UPDATE: Fixed broken link.
Comment on
Re: MusicXML - find/replace
Replies are listed 'Best First'.
Re^2: MusicXML - find/replace
by
bobafifi
(Beadle)
on Jun 25, 2015 at 15:09 UTC
Thanks! Link was 404 - found it here http://search.cpan.org/~mirod/XML-Twig-3.49/Twig.pm
[reply]
In Section
Seekers of Perl Wisdom