Re: [xsl] Access XML from the URL and put in different file

Subject: Re: [xsl] Access XML from the URL and put in different file
From: Fred Christian <fredc@xxxxxxxxxxxxxx>
Date: Wed, 13 Apr 2011 10:37:25 -0700
Try using
      <xsl:copy-of select="document($filename)"/>

If that doesn't work, adjust the select some. Mabye document($filename)/*
The document function is what you need to use.

http://www.w3schools.com/Xsl/func_document.asp

Current Thread