> I need to map a nested element to a Java object and I don't need to map the > parent elements. How do I define that in mapping XML? I will try to
You don't - if you want this, just introduce a SAX-based filter on your input
stream and create a stringstream consisting only of the desired elements.
Diez
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
