This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

2xml files -> one xml file


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]