I would like to be able to use castor to unmarshal a single object "A", that
contains another object "B". However Object "A" has an xml file and object
"B" has it's own xml file.
ObjectA.xml
<A>
<name>test</name>
<desc>Description</desc>
<B href="./ObjectB.xml" />
</A>
ObjectB.xml
<B>
<Address>blah, blah, blah</Address>
</B>
So it would sort of act like as if the xml file was a single file that
looked like this:
<A>
<name>test</name>
<desc>Description</desc>
<B>
<Address>blah, blah, blah</Address>
</B>
</A>
Is this doable in castor? If so what version? If not a way in castor
genericly, is there a way that I can extend/add this capability?
TIA
--ekiM
Hummingbird Ltd
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-user