|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Q: tool for merging two DOM trees?
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||

Cart








