xsl-list
[Top] [All Lists]

[xsl] traversing parallel two xml sources

2006-06-29 08:50:49
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.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>