Hi there,

I will have a class with something like 

Class A {
        private ID id;
        String a;
        String b;
        String c;
}

Class ID {
        long l1;
        long l2;
}

My XML File will be 

<A>
 <ID>
<l1/>
<l2/>
</ID>
</A>

How can I map so that I can read these sort of XML File ?

Thanks

- Harjit


This email, including attachments, may include confidential and/or
proprietary information, and may be used only by the person or entity
to which it is addressed.  If the reader of this email is not the 
intended recipient or his or her authorized agent, the reader is 
hereby notified that any dissemination, distribution or copying of this 
email is prohibited. If you have received this email in error, 
please notify the sender by replying to this message and delete this 
email immediately.


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

    http://xircles.codehaus.org/manage_email

Reply via email to