[Home] [By Thread] [By Date] [Recent Entries]
Hello Daniel,
I think this is a legitimate use case for disable-output-escaping. <xsl:template match="data">
<xsl:value-of disable-output-escaping="yes"
select="translate(., '[]', '<>')"/>
</xsl:template>So with translate() you don't need a recursive approach. Regards, Joerg Daniel Fisher wrote: Hello, I'm trying to do some string replacement in my transform to generate HTML. Basically I've got a node like this: XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



