I have what might be a stupid novice java question--- I'm successfully using Castor XML to deserialize my XML into a tree-like structure of Java objects, which is essentailly a container for other objects like so:
Container
List components;
where each component itself might have other components.Now, I would like a bunch of these objects created at run-time. I can successfully do this if I use the castor calls to unmarshall from file every time, but every attempt I make at either doing a copy constructor or clone have failed-- possibly I'm doing it wrong. Any ideas or help is greatly appreciated.
Thanks, Jason
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev
