xsl-list
[Top] [All Lists]

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

2008-05-07 11:07:07

 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

--~------------------------------------------------------------------
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>
--~--