Help for this page

Select Code to Download


  1. or download this
    -data
       -properties
         (List of properties in here)
    -suites
       -tests
    
  2. or download this
    $schema->template('PERL', $type); 
    #warn $schema->template('PERL', $type);
    ...
     #some filling of the hash with values
    my $xml    = $write->($doc, $hash);
     $doc->setDocumentElement($xml);
    
  3. or download this
    my $xml    = $write->($doc, $hash);
     $doc->setDocumentElement($xml);