On 7 May 2012 16:39, pablo pazos <pazospablo at hotmail.com> wrote: > Hi Seref, I've a tool that generates composition instances from archetypes > and data, what I don't have is a way to generate a valid XML form from those > compositions. >
Hi Pablo, The xml-binding component in the Java reference implementation does just that. It binds RM object instance to generated XML objects that can be serialized according to published XSD. /Rong

