�Hi All,
In castor we can use the Mappingtool to generate the mapping xml.
Is there any process by which we can generate classes by giving the xml?


Mapping map = new Mapping();
                
                        
                        map.loadMapping("C:\\TestMapping.xml");
                        java.io.FileWriter out =
                                new java.io.FileWriter("C:\\TestXML.xml");
                        Marshaller marshaller = new Marshaller(out);
                        marshaller.setMapping(map);


Can't we use the output(TestXML) to produce the mapping file?

Is there any way?

Reg
Janarthanan


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