Re: Digester and EOs [SOLVED]

2008-04-24 Thread Lachlan Deck
Hi David, it'd be great if you can add this to the wiki... On 25/04/2008, at 10:27 AM, David Holt wrote: This is actually pretty straight forward to do. I don't know if this is the best way to accomplish saving XML objects as EOs, but it works and will hopefully help someone else! The key

Re: Digester and EOs [SOLVED]

2008-04-24 Thread David Holt
Hi all, This is actually pretty straight forward to do. I don't know if this is the best way to accomplish saving XML objects as EOs, but it works and will hopefully help someone else! The key is that Apache Digester provides the ability to create and call custom rules that have begin(),

Re: Digester and EOs

2008-04-21 Thread Chuck Hill
On Apr 21, 2008, at 5:28 PM, David Holt wrote: Hi all, I have successfully parsed an XML file with the Apache Digester (thanks to Chuck's suggestion) and created EOs using the default rules. I end up with an array of EOs each of which has several to-many relationships to other created

Digester and EOs

2008-04-21 Thread David Holt
Hi all, I have successfully parsed an XML file with the Apache Digester (thanks to Chuck's suggestion) and created EOs using the default rules. I end up with an array of EOs each of which has several to-many relationships to other created EOs. The xml seems to all be "digested" at once wh