Help for this page

Select Code to Download


  1. or download this
    <xml>
        <cat>
    ...
        <name>foo</name>
        </cat>
    </xml>
    
  2. or download this
    my $obj = XML::Twig->new(twig_roots =>{'cat' => \&pp});
    $obj->parse($sz);
    ...
                   $grhshXML->{$arTag->gi()} =$arTag->text();
            }
    }