Help for this page

Select Code to Download


  1. or download this
    use strictures;
    use XML::LibXML;
    ...
    $doc->setDocumentElement( $test_suite );
    
    print $doc->serialize; # or $doc->toFile(...)