Re: Another XML Mapping Question

From: Kevin Menard (kmenar..ervprise.com)
Date: Thu Dec 13 2007 - 20:20:41 EST

  • Next message: Kevin Menard: "Re: XML Encoder in Apache"

    Nope. All mapping is done via child elements, save for some special
    attributes, such as "forceList".

    As with everything else, if you'd like to see it done at some point, please
    open a JIRA issue for it.

    -- 
    Kevi
    

    On 12/13/07 3:57 PM, "Ted Moens" <tmoen..elus.net> wrote:

    > Greetings: > > Is there any way to have the the XML Mapping File cause some of an > object's properties as attributes in the XML? > > For Example I can easily generate XML like this: > > <person> > <id>123123776</id> > <firstName>Serafina</firstName> > ... > </person> > > But I'd like to generate the following XML: > > <person id=123123776> > <firstName>Serafina</firstName> > ... > </person> > > > Kind Regards, > > Ted



    This archive was generated by hypermail 2.0.0 : Thu Dec 13 2007 - 20:21:13 EST