Internet Exproler 6 に XSLT をやらせる際、 XSL に <xsl:output method=”html” encoding=”UTF-8″> と出力のエンコーディングに UTF-8 と指定すると、 なぜか Shift_JIS と認識され文字化け。IE6 のバグ? <xsl:output method=”html”> にすると Unicode と認識されるので、これで回避した。
<xsl:output method=”html” encoding=”UTF-8″>
<xsl:output method=”html”>
Your email is never shared. * 印の項目は必須項目です。