xsl-list
[Top] [All Lists]

Re: Input Filenames available to the parser?

2006-01-04 14:54:09

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
________________________________________________________________________

--~------------------------------------------------------------------
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>
--~--