xsl-list
[Top] [All Lists]

Re: Quoting quote

2005-09-02 02:39:10
Tempore 10:57:58, die 09/02/2005 AD, hinc in 
xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com scripsit Lensch, Thomas 
<Lensch(_at_)juris(_dot_)de>:

But the following doesn't work:
<xsl:value-of select="translate($tHtml, '&#x27;', 'x')"/>

Try this one:
<xsl:value-of select="translate('$tHtml', &quot;&#x27;&quot;, 'x')"/>

regards,
--
Joris Gillis (http://users.telenet.be/root-jg/me.html)
Laudeo W3C et dona ferens

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



<Prev in Thread] Current Thread [Next in Thread>