The first cut of adding direct XML output is done. What this allows you to do is instead of retrieving data into a domain model and then taking that domain model and serializing it, you can output directly to XML, bypassing the domain model altogether.
Currently it outputs to element normal form, but I’ll work on allowing attributes as well. It shouldn’t be too hard, I just have to do it. Also, you can’t do updates via XML. I was working on doing an extension to Dom4J to implement the XUpdate spec, but I haven’t gotten around to finishing that. If enough people want it, I’ll work on it.
Don't miss anything, subscribe!
A few more you might be interested in:
Chameleon refactoring WPG2 AJAX support in Java? Is this XML? My first day with IntelliJ IDEA

0 Responses to “XML output from Chameleon”