My apologies
I use now this (partial) code
Code:
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
......
<image>
<xsl:value-of select="tokenize('image_reference', '/')[last()]" />
</image>
The error that is given is:
'Tokenize is not a valid XSLT or XPATH function.
-->tokenize('image_reference', '/')<-- [last()]
An example of what I want is this:
The string:
'C:/Program Files/Adlib/data/afbeeldingen/0135.jpg'
Must become
'0135.jpg' or '/0135.jpg'