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

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages