XML Events Verbatim Pull-Push

XML Events Verbatim Pull-Push

Summary

Description

A JSR-173 compliant XML pull parser and push writer that can be used in Event mode to copy an XML file byte for byte unmodified. Such a parser is needed for example by Maven Plugins that need to rewrite the pom.xml file. Very often developers have made hand-formatting of their pom.xml and do not want the formatting modified when maven plugins rewrite portions of the pom.xml. Current JSR-173 parsers are not capable of providing verbatim round-trip processing as they all base off of the XMLStreamReader. This implementation has XMLStreamReader based off XMLEventReader so that the crazy additional formatting can be stored in the event objects. Number of developers: currently 1, but should be able to get a good few more! Maturity of project: 1 day. Used by external parties: Not yet, but as it's based on a standard API it should be easily pluggable for existing JSR-173 / StAX clients.

Issues: 30 Day Summary


Issues: 0 created and 0 resolved

Reports

Activity Stream