Tag Archives: java

XML File Reader

I’ve been looking for a very simple XML reader to use for my bachelor project. I didn’t want a complex reader that manipulates the entire DOM (parse the attributes, etc), or one that is complicated to use. So I’ve come to implement my own.

Continue reading