Re: [xsl] output to iso-8859-1 of non-iso characters, what is required action

Subject: Re: [xsl] output to iso-8859-1 of non-iso characters, what is required action
From: "bryan rasmussen" <rasmussen.bryan@xxxxxxxxx>
Date: Wed, 7 May 2008 20:05:55 +0200
>  xsl:template match="text()">
>  <xsl:value-of select="translate(.,translate(.,'ABC',''),'')"/>

wow, nifty use of nested translate. Dave should put that in the FAQ if
it isn't, although I suppose it really isn't a faq either, it is sort
of a place for cool code snippets as well.

Cheers,
Bryan Rasmussen

Current Thread