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]
Other format: [Raw text]

Re: Compare 2 Xml files & output a single XML


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


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