=========== QUICKSTART: =========== 1. Download and unzip demo.zip. 2. Set host, database, username, and password for your database in the configuration file demo/config.txt. 3. Change to the directory "demo" and compile the java source code: javac loadxml/*.java 4. Execute the follwing shell command: java -cp .:mysql-connector-java-3.0.11-stable-bin.jar \ loadxml.LoadXMLForest ebay ie example_xml/ebay.xml 5. Open the following URL in your browser (assumes that you use the MySQL server on alcor.inf.unibz.it): https://alcor.inf.unibz.it/phpmyadmin/ Give your user name and password (see config.txt) and check out the table "ebay" in the database that you specified in config.txt. ========= CONTENTS: ========= README.TXT This file. config.txt Here you configure host, database, user, and password of your MySQL database. Here is an example host=alcor.inf.unibz.it db=ss4 user=ss4 pwd=ss4 examlpe_xml Two small XML files that you can use to test loadxml.LoadXMLForest. loadxml Java package (source code). mysql-connector-java-3.0.11-stable-bin.jar JDBC driver for MySQL. This file needs to be on your java class path.