Re: [xsl] string manipulation - retreiving a directory name from a path

Subject: Re: [xsl] string manipulation - retreiving a directory name from a path
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Mon, 23 Feb 2009 13:55:32 +0100
tom tom wrote:
I need to extract the string that appears between the first '/' and the second '/' from a string that takes the form of: '/home/dir1/dir2/file.html'.
Can anyone suggest a way to do this, maybe utilising a regular expression, other than substring-before(substring-after($string, '/') '/')

tokenize('/home/dir1/dir2/file.html', '/')[2]



--


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

Current Thread