[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: 2xml files -> one xml file


Subject: RE: 2xml files -> one xml file
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 25 Oct 2000 10:08:13 +0100

> my problem is, that i have 2 xml files with the same 
> structure but with
> different datas inside
> 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 ?
> 

<output>
<xsl:copy-of select="document('document1.xml')/*/*"/>
<xsl:copy-of select="document('document2.xml')/*/*"/>
</output>

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



Current Thread
Keywords
xml