in reply to Not able to replace element value using XML::Twig
as per the documentation.my $twig = XML::Twig->new( twig_handlers => { stats => sub { $_->set_tag( 'stats_test' ) } } ); $twig->parse_file(...); $twig->flush;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Not able to replace element value using XML::Twig
by newbie_ab (Novice) on Jan 25, 2010 at 13:48 UTC | |
by toolic (Bishop) on Jan 25, 2010 at 14:19 UTC |