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]

RE: concatenation of XML files


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


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