PDA

View Full Version : XSL: converting a value


arielex
10-01-2003, 10:30 AM
Hi,

i'm trying to change a value like this

/path/to/my/field (this is different every time)

to

field (the last field)

i found some string functions like substring-after(), but it will give me "to/my/field. Also i can't get the desired result with translate()

Anyone knows how to get the last bit of the string?

greetz

Arie