Help for this page

Select Code to Download


  1. or download this
    binmode(STDOUT, ":utf8");
    
  2. or download this
    use XML::DOM;
    binmode(STDOUT, ":utf8");
    ...
    my $doc = $XmlParserObj->parsefile("in.xml");
    my $str = $doc->toString();
    print $str;