Help for this page

Select Code to Download


  1. or download this
    $new->addChild($features);
    my $filename = 'new.xml';
    my $ok = $new->toFile($filename,2);
    
  2. or download this
    my $file = 'file-1.xml';
    my $parser = XML::LibXML->load_xml(location => $file);