XML Events Verbatim Pull Push
Posted by stephenconnolly on May 6, 2009 at 1:16 PM PDT
Summary
The XML Events Verbatim Pull Push (XEVPP) Project is 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.
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 crazy additional formatting can be stored in the event objects.
Related Topics >>



