RE: [xsl] Merging two xml documents using xslt

Subject: RE: [xsl] Merging two xml documents using xslt
From: cknell@xxxxxxxxxx
Date: Tue, 01 Feb 2005 12:48:24 -0500
I don't think I see enough of your files to give you a complete answer, but you can read the external file into the XSLT with the document() function, as in

<xsl:variable name="updates" select="document('updates.xml')" />

Current Thread