Help for this page

Select Code to Download


  1. or download this
    twig_handlers => {
        'ns1:ServiceException' => \&ServiceException,
      }
    
  2. or download this
    my $twig = new XML::Twig(
      twig_handlers => {
    ...
      },
      namespaces => 1
    );