�Hi all,
thanks a lot for your swift clarifications.

Can anyone help me out from this problem?

map.loadMapping("C:\\gen_mapping.xml");

I load the gen_mapping.xml which i generated using the CastorMapper.java program.

java.io.FileWriter out=new java.io.FileWriter("C:\\A.xml");     

I get the output A.xml file.

But,it is not in the desired format.

I would like to have 

<address>
<address1>
<address2>
<address3>
<city>
<state>
</address>

in this format.

But,in the A.xml file, i am getting things in a different format like
<address>
<address3>
<state>
<address2>
......
</address>

How to get the xml in the format i desire?

I even formatted the xml file which i get from CastorMapper to the format i like.
Still i am unable to get the xml file in the desired format.

Hope that someone helps me out with a timely solution.

Thanks and regards,
Janarthanan Kesavan.



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

Reply via email to