I’ve just release DecentXML 1.4, my very own XML parser implementation.
See the change log for changes.
It will show up on Maven Central in a couple of days.
I’ve just release DecentXML 1.4, my very own XML parser implementation.
See the change log for changes.
It will show up on Maven Central in a couple of days.
I’ve updated my XML parser. The tests now cover 97.7% of the code (well, actually 100% of the code which can be executed; there are a couple of exceptions which will never be thrown but I still have to handle them) and there are classes to read XML from InputStream and Reader sources (including encoding detection).
The XMLInputStreamReader class can be used standalone, if you ever want to read an XML file with the correct encoding.
You can download the sources and report issues in the new Google Code project I’ve created.
Since there isn’t one, I’ve started writing one myself. Main features:
You can download the latest sources here as a Maven 2 project.