Help for this page

Select Code to Download


  1. or download this
    use XML::LibXML;
    my $dom = XML::LibXML->new(qw/ recover 2 /)->load_xml(  IO => $in );
    ...
              $key->nodePath, "\n",
              $key->textValue, "###\n";
    }