Re: How to create a Java object if the xml element is in wrong place?

2008-04-28 Thread Robert Lee
m suitable to your needs? If you > just need to move blocks of XML from outside to inside other blocks it > should not be difficult. > > Simone > > Robert Lee wrote: >> I am parsing an xml file to the digester xml rules to create objects. >> The xml file we've got

How to create a Java object if the xml element is in wrong place?

2008-04-24 Thread Robert Lee
ss in Person.java then it works fine but setAddress is only defined in Contact.java How can I write my address rule so that it work? Any help I would appreciate. Thanks. Robert Lee -- View this message in context: http://www.nabble.com/How-to-create-a-Java-object-if-the-xml-element-is-in-wrong-