Re: [xsl] XSLT collection function to get filenames

Subject: Re: [xsl] XSLT collection function to get filenames
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Sun, 16 Mar 2008 15:05:00 +0100
Martin Honnen wrote:

to get the file name you will need to take the string after the last slash.

Like this tokenize(document-uri(/), '/')[last()]

--

	Martin Honnen
	http://JavaScript.FAQTs.com/

Current Thread