[xsl] traversing parallel two xml sources

Subject: [xsl] traversing parallel two xml sources
From: Braumüller, Hans <H.Braumueller@xxxxxxxxxxxx>
Date: Thu, 29 Jun 2006 17:50:29 +0200
Hello,

i am asking me, what is good to code for
traversing parallel  of two xml sources in the transformation.
Elements are variable, and can be also nested.
Doc2 have included same element-structure as doc1.

1.
<doc1>
<a a="1a" aa="2aa">
<b a="1b" aa="2bb" />
<c a="1c" aa="2cc" />
</a>
</doc1>

2.
<root>
<doc1>
<a aa="2atitle" />
<b aa="2btitle" />
<c a="1c" />
</a>
</doc2>
</root>

Transform -->
<doc1>
<a a="1a" aa="2atitle">
<b a="1b" aa="2btitle">
<c a="1c" aa="2cc">
</a>
</doc1>

Any suggestion ?


Thanks,
Greetings from Hamburg, Germany, Europe, Mother Earth
Hans Braum|ller
http://crosses.net

--- END OF POSTING ---BEGIN SIGNATURE OF HANSEORGA ---








Diese E-Mail enthaelt vertrauliche und/oder rechtlich geschuetzte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtuemlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese E-Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser E-Mail ist nicht gestattet.

Current Thread