Skip to content

A simple XML Parser written in Java, with some grammar written in xsd and dtd

Notifications You must be signed in to change notification settings

galeone/XML-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XML-Parser

A simple XML Parser written in Java, with some grammar written in xsd and dtd.

Usage

Example:

cd bin
java Parser sax ..\XML\RSS\0.92\testFile.xml

or

cd bin
java Parser dom ..\XML\RSS\0.92\testFile.xml

This command will validate the testFile.xml using the grammar specifed in textFile.xml (default xsd).

About

A simple XML Parser written in Java, with some grammar written in xsd and dtd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages