haghighi - 2007-01-04

I have a xsl file. i want to extract the name of an image from its "src" attribute in "img" tag. i.e. i have something like: <IMG SRC="{$resourceAddress}/design/foo.jpg" WIDTH="10" HEIGHT="3"/> and i want to get the value "foo.jpg" in a variable.
I want a function that does this for me.
--NonEzZz