Hi all,
While marshalling i am getting an xml output.
But,that is not in a format which i want.
How to get it in the desired format?
My mapping file contains like this:
<address>
` <!-- Address line 1 -->
<address1>No 23, �Home�</address1>
<!-- Address line 2 -->
<address2>234</address2>
<!-- Address line 3 -->
<address3>city</address3>
<!-- City -->
<city>Bangalore</city>
<!-- State Code -->
<state>KA</state>
<!-- Country Code -->
<country>4</country>
<!-- Zip Code -->
<zipcode>560021</zipcode>
<!-- email -->
<email>[EMAIL PROTECTED]</email>
</address>
But my output is in a different format:
address3,address1,city,email,address2 like that.
How to format ?
Thanks and regards,
Jana
Life is not a bed of roses!
----------------------------
With warmest regards,
T.K.Janarthanan.-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user