Thanks for that, it seems to be exactly what I am requiring but I am mildly confused by how to use it. I understand what it is saying in the manual I believe but it doesn`t seem to give you an actual example of how it should be used.
I want to manipulate the following:
<xsl:value-of select="udt:Picture" disable-output-escaping="yes" />
and i want to use the value in the following:
<img src="[Picture_UDT_Original]" alt="Alt Text" width="200" height="300" border="0" />
But when I do this, it all falls over. I am assuming I`m doing something stupid but I can`t see in the manual what it is.....
Pj.