one more thing that i noticed:
i call
xmlobject = unmarshaller.unmarshal(node);
in a loop over all children of the element of my xml document:
VOLUMEInteger number of any kind
of transactions.3
PRICEThe price of a given equity
in a given currency2
DATETIMEThe datetime at which an
observat
Keith,
Keith Visco wrote:
You should be able to implement an org.exolab.castor.xml.IDResolver and
pass it off to the Unmarshaller. When the Unmarshaller encounters and ID
that it doesn't know how to resolve, it will ask the registered
IDResolver to handle the resolution.
thanks for this info!
I tri
Christian,
You should be able to implement an org.exolab.castor.xml.IDResolver and
pass it off to the Unmarshaller. When the Unmarshaller encounters and ID
that it doesn't know how to resolve, it will ask the registered
IDResolver to handle the resolution.
--Keith
Christian Schuhegger wrote:
>
hello,
i would like to read via castor an xml document which is not "complete",
that is, most objects are in a database and only some objects are in the
xml document and reference the objects in the database via their object ids.
i do not expect that this kind of functionality is working out of