Another XML Mapping Question

From: Ted Moens (tmoen..elus.net)
Date: Thu Dec 13 2007 - 15:57:44 EST

  • Next message: Kevin Menard: "Re: XML Mapping File"

    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 - 15:58:27 EST