Subject: RE: concatenation of XML files
From: Edmund Mitchell <EMitchell@xxxxxxx>
Date: Wed, 17 Jan 2001 06:39:29 -0800
|
Hello Ramanand
Mike Kay once suggested:
<outputDoc>
<xsl:copy-of select="document('document1.xml')/*/*"/>
<xsl:copy-of select="document('document2.xml')/*/*"/>
</outputDoc>
There likely are more examples in the FAQ at:
http://www.dpawson.co.uk/xsl/xslfaq.html
I hope this helps
Edmund
Is there any way to create a single DOM tree from more than one XML files?
Any pointer in this regard will be greatly appreciated.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|