Subject: Re: output to iso-8859-1 of non-iso characters, what is required action
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Wed, 07 May 2008 14:09:57 -0400
|
On Wed, 2008-05-07 at 20:05 +0200, bryan rasmussen wrote:
> >
> > 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.
It would be wonderful if David wrote a book (or website) of cool code
snippets in a cookbook type format :)
His mind seems to be wired differently :)
>
> Cheers,
> Bryan Rasmussen
|