xsl-list
[Top] [All Lists]

Re: [xsl] Transforming multiple XML files into one file

2006-07-03 15:35:56

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--