Help for this page

Select Code to Download


  1. or download this
     
    my $parser = XML::LibXML->new();
    $dom = $parser->parse_file( "OLDFILE" );
    ...
    my $fh;
    open( $fh, '>', "NEWFILE" );
    print { $fh }  $changed;
    
  2. or download this
    <supported_version_matrix>
        <version_matrix>
    ...
        </version_matrix>
        . . .
    </supported_version_matrix>
    
  3. or download this
    <supported_version_matrix>
    
    ...
                    <fixed>125.2002</fixed>
                </release>
            </app>