##################################
-# paste a lot of stuff/global variables from cgitest.pl
-# now obsolete because we use xmlOperations now!
-
-# my $parser = XML::LibXML->new();
-# # defined earlier
-# my $specFile = "";
-# #my $configFile = "";
-# my $specFileName = "";
my $configFileName = ""; #don't get it confused with $configFileName in xmlOperations.pm
-# my $specTree;
-# my $configTree;
-# my $configMapsType;
-#
-# my %fileLevelHash;
-#
-# my $ancestryTree;
-# my @ancestryList;
+
###############################
# parse config and spec file
parseConfigAndSpec( $configFileName );
-# parse and integrate all ancestors of configFile into configTree
-# buildAncestry( $configFileName, "" ); # obsolete use integrateAncestry() now
-# $configTree = $ancestryTree; # not so elegant, but works
+
integrateAncestry();
=head1 SYNOPSIS
-xml2ini.pl -c config.xml -s specFile.xml [-o output.ini]
+xml2ini.pl -c config.xml [-o output.ini]
Options:
-h, --help brief help message
-v, --verbose detailed debugging info about ongoing actions
-c, --config specifies the input config xml file
- -s, --spec specifies the specification xml file by
- which the .ini file is to be encoded
- !!! do not use !!!
-o, --output specifies the output filename, if ommitted,
the generated ini file is written to STDOUT
-t, --testblock execute only testblock