Help for this page

Select Code to Download


  1. or download this
    #!/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');