夜隼

RYSZ

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
Firefox不支持disable-output-escaping
<xsl:apply-templates select="//item"></xsl:apply-templates>

<xsl:template match="item">
<!--Only IE-->
<xsl:value-of disable-output-escaping="yes" select="."/>
<!--For FireFox-->
    <xsl:if test="system-property('xsl:vendor')='Transformiix'">
    <script language="JavaScript">
    var el = document.getElementById("text");
    el.innerHTML = el.firstChild.data;      
    </script>
    </xsl:if>
</xsl:template>
posted on 2007-02-05 12:23  夜隼  阅读(342)  评论(0编辑  收藏  举报