Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    $twig->parse ($xml);
    $twig->print ();
    
  2. or download this
    <?xml version="1.0" encoding="UTF-8"?>
    <Node_A>
    ...
        <Node_C></Node_C>
      </Node_B>
    </Node_A>