You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Gary L Peskin <ga...@firstech.com> on 2000/11/01 04:34:29 UTC

Re: XML Merge Utility (Any Available ?)

John Gentilin wrote:
> 
> I am looking for a way to merge two xml documents where any
> new elements will be inserted into the tree and any matching
> elements will have their content updated.  Before I embarked
> upon writing that function myself, I wanted to see if it has been
> done already.
> 
> Also would this be easier to do in Java / DOM or devise a template
> and use XSLT ??
> 
> TIA
> John G

Check out http://www.informatik.hu-berlin.de/~obecker/XSLT/#merge and
see if it meets your needs.

Gary