Re: [xsl] Compare 2 Xml files & output a single XML

Subject: Re: [xsl] Compare 2 Xml files & output a single XML
From: Mukul.Mudgal@xxxxxxxxxxx
Date: Wed, 7 Aug 2002 12:01:42 +0530
Try

document() function for loading more files for example :
      <xsl:variable name="Select.Document.File1.xml" select="document
('File1.xml')"/>
      <xsl:variable name="Select.Document.File2.xml" select="document
('File2.xml')"/>


Mukul





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


Current Thread