Re: [dom4j-user] Merging several XML-files

2008-01-16 Thread Evan Kirkconnell
s.sourceforge.net"<[EMAIL PROTECTED] sourceforge.net> Ärende: Re: [dom4j-user] Merging several XML-files If your XML is that simple and nicely structured, you can write regular expressions (or use similar text operations) to extract the sections and put them back

Re: [dom4j-user] Merging several XML-files

2008-01-16 Thread Håkan Jacobsson
rceforge.net> >Ärende: Re: [dom4j-user] Merging several XML-files > >If your XML is that simple and nicely structured, you can write regular expressions (or use similar text operations) to extract the sections and put them back to back and slap a to the beginning and the end. If yo

Re: [dom4j-user] Merging several XML-files

2008-01-15 Thread Ozakca, Muzaffer
ehalf Of Håkan Jacobsson > Sent: Tuesday, January 15, 2008 7:39 AM > To: dom4j-user@lists.sourceforge.net > Subject: [dom4j-user] Merging several XML-files > > Hi, > > What would be the best approach to merging several XML files? > The files are big, so I can'

[dom4j-user] Merging several XML-files

2008-01-15 Thread Håkan Jacobsson
Hi, What would be the best approach to merging several XML files? The files are big, so I can't keep them in memory. Example: xml document 1: somedata xml document 2: someotherdata result.xml: somedata someotherdata That i