Maven based Java project to show how to use DOM & SAX to parse and explore a simple XML file.
Open a terminal and run the commands from the directory that contains the pom.xml
You can use the command mvn package to compile and build an executable jar that contains all required dependencies.
You can remove all compiled classes, jars, etc... with the command mvn clean
java -jar target/xmllab-1.0.0-jar-with-dependencies.jar