From: Michael Wiebusch Date: Tue, 16 Jul 2013 20:41:26 +0000 (+0200) Subject: removed some comments in xml2ini X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a26d9568aa5d62cf663dae74ee151d2ad158e889;p=mvdsensorcontrol.git removed some comments in xml2ini --- diff --git a/tools/xml2ini.pl b/tools/xml2ini.pl index ac71705..9ec3854 100755 --- a/tools/xml2ini.pl +++ b/tools/xml2ini.pl @@ -100,24 +100,9 @@ unless ($configFile) { ################################## -# 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; + ############################### @@ -135,9 +120,7 @@ print VERBOSE "configFileName: $configFileName\nconfDir: $confDir\n"; # 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(); @@ -273,15 +256,12 @@ xml2ini.pl - convert an xml file compliant with the database system of Jan and M =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