Re: [xsl] Input Filenames available to the parser?

Subject: Re: [xsl] Input Filenames available to the parser?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 4 Jan 2006 21:54:09 GMT
In XSLT1 the answer was no, but in xslt2 (which you are using) you can
use the base-uri() function to get the absoulte uri of the
filename. This isn't quite the same as the fllename eg on windows if you
pass in a relative filepath of folder\file.xml
base-uri()
is likely to be
file:///c:/the/full/path/to/folder/file.xml
however that's usually good enough to use with the replace() function to
generate a required URI to use with xsl:result-document for the output
file name.

David


________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread