
Decentxml is an xml parser written in java with following features:
* allows 100% round-tripping, even for weird whitespace between attributes in
the start tag or in the end tag.
* suitable for building editors and filters which want/need to preserve the
original file layout as much as possible.
* error messages have line and column information.
* easy to reuse individual components.
* xml 1.1 compatible.