/XMLParser

An Xml parser written in Java.

Primary LanguageJava

#XML Parser

This is an XML Parser written in Java for a second year university project. The task was to create an XML Parser that would read in an XML file, store it in memory and then print it out with the same formatting as it went in with.

I was not allowed to use the Java collection classes.

As an extention I decided to use the Swing GUI toolkit to make this into a better looking application.