Subject: 2xml files -> one xml file
From: Michael Hoffmann <m-hoffmann@xxxxxx>
Date: Tue, 24 Oct 2000 13:00:19 -0400 (EST)
|
hi ...
sorry i think this was asked before.. but i couldnt find the message in
the archive...
my problem is, that i have 2 xml files with the same structure but with
different datas inside
(between the tags are different things for sure)
looks like
xml 1:
<name>firstname</name>
<adress>firstadress</adress>
......
xml 2:
<name>secondname</name>
<adress>secondadress</adress>
..........
what i want now is xml 3 :
<name>firstname</name>
<adress>firstadress</adress>
......
<name>secondname</name>
<adress>secondadress</adress>
..........
i can display both files but i cant save them as a different file...
can someone plz help me and show me how to combine those both xml files
and get a 3rd one
with both datas inside ?
thx...
michael
btw.... i am using coocon 1.8 if thats important
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|