F�bio Luciano Verdi wrote:
> 
> I don't know castor very well, but as far as I know a
> mapping needs an xml file. I don't have an xml file.
> In fact, I don't have anything, just the big java
> object that needs to be converted into an xml file.
> How does the castor mapping works? I wonder if it can
> help me.

What you want is the mapping file. You don't need the XML instance in
order to write the mapping file. You just need to know how the XML
instance is supposed to look.

Take a look at:

http://castor.exolab.org/xml-mapping.html


Just write your mapping file, and then you can use it with the
Marshaller so that you can convert your java object model instance into
an XML instance.

--Keith

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to