]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
removed some comments in xml2ini
authorMichael Wiebusch <stratomaster@gmx.net>
Tue, 16 Jul 2013 20:41:26 +0000 (22:41 +0200)
committerMichael Wiebusch <stratomaster@gmx.net>
Tue, 16 Jul 2013 20:41:26 +0000 (22:41 +0200)
tools/xml2ini.pl

index ac717054889d6d792aa7ef3c3315a71dd045edd8..9ec385427fb37d9f106a78480e8f58bda5024f19 100755 (executable)
@@ -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