Re: [dom4j-user] insert element in an existing XML document

2002-06-06 Thread James Strachan
From: "Jason Lee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 10:27 PM Subject: [dom4j-user] insert element in an existing XML document > I need to insert an element in an exisiting xml doc > > > --- (need to insert ano

Re: [dom4j-user] insert element in an existing XML document

2002-06-05 Thread Miguel A Paraz
On Wed, Jun 05, 2002 at 09:27:49PM +, Jason Lee wrote: > I need to insert an element in an exisiting xml doc > > > --- (need to insert another child here) > > > I tried to take some help from this list regarding the same question.. > but I was not succesfull in updating the XML doc

[dom4j-user] insert element in an existing XML document

2002-06-05 Thread Jason Lee
I need to insert an element in an exisiting xml doc --- (need to insert another child here) I tried to take some help from this list regarding the same question.. but I was not succesfull in updating the XML document..can anyone suggest me a sample code... thanks..Jason..