Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
/ xml-dom-sax-example Public archive

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

License

Notifications You must be signed in to change notification settings

gbdevw/xml-dom-sax-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages