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
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
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'
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