OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Q: tool for merging two DOM trees?

[ Lists Home | Date Index | Thread Index ]
  • From: "E.L. Willighagen" <egonw@sci.kun.nl>
  • To: xml-dev@lists.xml.org
  • Date: Fri, 21 Jul 2000 09:11:02 +0200 (MET DST)


Hi all, i am looking for a tool two merge two DOM trees containing the following XML data:

DOM1:
<themes>
  <theme id="appl">
    <title xml:lang="nl">Toepassingen</title>
  </theme>
</themes>

DOM2:
<themes>
  <theme id="appl">
    <title xml:lang="en">Applications</title>
  </theme>
</themes>

The output should be something like:

<themes>
  <theme id="appl">
    <title xml:lang="en">Applications</title>
    <title xml:lang="nl">Toepassingen</title>
  </theme>
</themes>


Thus:
1. every node available twices -> one is removed
2. child nodes which are different -> merge

Is there a tool available for this purpose? (Any programming language.)

yours,

Egon Willighagen




 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS