To Guest
Replace (in transform.xml) <xsl:value-of select="substring-before( title[contains(., '(')], '(' )" />
<xsl:value-of select="title[not(contains( ., '(' ))]" />
with <xsl:value-of select="title" />
To ben
Frau Holle code was almost correct. But the function needs the media variable ...