Help for this page
#!/usr/bin/perl ... XML::Twig->new( ignore_elts => { content => 1 }, twig_handlers => { _d +efault_ => sub { $_->flush } }, keep_spaces => 1, ) ->parsefile( 'doc_with_big_content.xml');