]> jspc29.x-matter.uni-frankfurt.de Git - mvdsensorcontrol.git/commitdiff
deleted more garbage, no actual change
authorMichael Wiebusch <stratomaster@gmx.net>
Mon, 25 Nov 2013 13:27:13 +0000 (14:27 +0100)
committerMichael Wiebusch <stratomaster@gmx.net>
Mon, 25 Nov 2013 13:27:13 +0000 (14:27 +0100)
tools/ini2xml.pl

index 9a6ac9fb8cab091ec88e5071418e52978ba22110..e79f7f767ad44f0ff243e78525b5efe00a41116d 100755 (executable)
@@ -111,43 +111,6 @@ createConfigFile("dummy",$specFileName);
   
   my $configMaps = $configTree->findnodes("/MAPS")->shift();
 
-# obsolete stuff ... :D
-
-# # initialize the xml parser
-# my $parser = XML::LibXML->new();
-# # read in the JTAG specification file
-# print VERBOSE "parsing specifications file...\n";
-# my $specTree   = $parser->parse_file($specFile);
-# 
-# 
-# # create a new tree document that will become the decoded config file
-# my $configTree = XML::LibXML->createDocument;
-# 
-# # create standard content
-# 
-# $specFile =~ m/([^\/]+\.xml)$/;
-# my $specFileName = $1;
-# 
-# my $configMaps = $configTree->createElementNS( "", "MAPS" );
-# $configTree->setDocumentElement($configMaps);
-# 
-# my $specMaps = $specTree->findnodes("/MAPS")->shift();
-# 
-# my $mapsType = $specMaps->findvalue("./\@type");
-# 
-# $configMaps->setAttribute( "type",       $mapsType );
-# $configMaps->setAttribute( "specDbFile", $specFileName );
-# 
-# # done doing standard content
-
-
-
-
-
-
-
-
-
 
 # open the ini file, decode the ini file
 print VERBOSE "opening ini file...\n";