Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 611 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 611 Bytes

Java & XML : Simple demo with Apache Xerces, DOM & SAX

Maven based Java project to show how to use DOM & SAX to parse and explore a simple XML file.

Tip to run the commands

Open a terminal and run the commands from the directory that contains the pom.xml

Compile & Build the project with Maven

You can use the command mvn package to compile and build an executable jar that contains all required dependencies.

Clean the project

You can remove all compiled classes, jars, etc... with the command mvn clean

Run the project

java -jar target/xmllab-1.0.0-jar-with-dependencies.jar