Hot on the heals of the 2.0 release, SJXP 2.1 was released with the following changes:
- Fixed bug where isStartTag was always true for TAG type rules
https://github.com/thebuzzmedia/simple-java-xml-parser/issues/closed#issue/6 - Removed use of enhanced for-loop in code base because it caused a large number of AbstractList$Itr classes to be created for no great reason.
https://github.com/thebuzzmedia/simple-java-xml-parser/issues/closed#issue/5
As always, head over to the Simple Java XML Parser page for download links, Javadoc, source and benchmarks.
