On Mon, Oct 19, 2009 at 11:07 AM, ALAA MURAD <alaamu...@gmail.com> wrote: > Hi, I'm trying to create XML output for the blog as I want to create a > custom GWT theme. I don't want to use the velocity engine , I want to use > direct Java object so I can produce well formated XML.
The Velocity engine can be used to produce well-formed validating XML, in fact, that's what we use to create the RSS and Atom feeds. See WEB-INF/velocity/feeds.vm and WEB-INF/velocity/templates/feeds. - Dave