[Home] [By Thread] [By Date] [Recent Entries]
> So I can change the first &, but not the second. > <xsl:value-of select="replace(@title, '&lt;', '<')"/> You can pass a function as the argument of a function eg: replace(replace(@title, '&lt;', '<'), '&gt;', '>') -- Andrew Welch http://andrewjwelch.com Kernow: http://kernowforsaxon.sf.net/
|

Cart



