Keith D Gregory - 2010-04-07

Adding this feature will break JDK 1.5 compatibility. I think the solution is to create a parallel development branch (dev_2_0), which supports JDK 1.6, and have the two branches evolve in lock-step. At the same time, I'd want to add a toStax() method to the builder.

This will require a lot of merging, which might be the push I need to convert the repository to git.

In the interim, I think some refactoriing is in order: creating event-like source and result classes that could pull their data from either the DOM or STAX. Also, a short-term change to improve the memory efficiency of Bean->XML conversions is to use XmlBuilder rather than DOM.