How would you want to XML output to look like ? I am not 100% sure this
can be done, but let's first have a look at what you require.

Werner

Marija Susović wrote:
> Hi!
> 
> I have class like this:
> 
> public class Outter{
> 
>     public String outter1;
>     public String outter2;
> 
>     class Inner{
>         public String inner1;
>         public String inner2;
>     }
> }
> 
> How to create mapping file that maps class like this? I checked the
> documentation, but i couldn't find any information. Thanks for any help.
> 
> Marija


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to