シンボルをHTMLコードに翻訳しようとしています。 '
このコードで’
へ:HTMLコード( "&something;")への翻訳方法
<xsl:variable name="apos">'</xsl:variable>
<xsl:variable name="test">’</xsl:variable>
<xsl:value-of select='translate(title, $apos, $test)' />
これは動作します:
<xsl:variable name="test">'</xsl:variable>
しかし、それは可能である第一の例を動作させるには?
@downvoter、Care to comment? –
このようなことを試したところ、クライアントサイドのhtmlは文字通り '’' – Cruncher