xsl-list
[Top] [All Lists]

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

2008-05-07 11:10:49
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



--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--