OK so i'm trying to form objects out of an XML doc that looks like this:
<level1>
<data1></data1>
<data2></data2>
<data3></data3>
<level2><level3><level4><level5>
<data1_Level5></data1_Level5>
<data2_Level5></data2_Level5>
<data3_Level5></data3_Level5>
</level5></level4></level3></level2>
... // Some more data
</level1>

I need for the object i'm making in the with the level1 information to have
a Collection of level5 objects!
Does anyone know how i can do this?

-- 
View this message in context: 
http://www.nabble.com/CASTOR-%2B-XML-RAW-DATA-MAPPING-%2B-INNER-LEVELS-tp16614442p16614442.html
Sent from the Castor - User mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to