[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
Re: [xsl] Transforming multiple XML files into one file
Subject: Re: [xsl] Transforming multiple XML files into one file
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 3 Jul 2006 23:35:42 +0100
|
> How does the XSLT know the exact location of the files that you are
> listing. Do they need to be located in the same directory?
They file contents are taken to be relaive URI based at the file, like
an href=... in html.So you can put <file>../../foo/bar.xml</file>
or <file>http://somewhere/files/file.xml</file> or whatever you want.
David
|