ZipParserToXML This is a java project made by eclipse, which finishs the function to parse the zip files in particular path to XML files.
The main points are as follow:
1 how to parse the zip files, which is one file standard provided by google;
2 File IO operations;
3 create the XML file and write data to XML by JDOM jar.