浪人情歌

流浪的人,流浪的心

首页 新随笔 联系 订阅 管理
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="CDATA2Obj.xslt"?>
<Root><![CDATA[来来来<a href="http://www.csdn.net">CSDN</a>用用用]]></Root>

CDATA2Obj.xslt:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:output method="html" version="1.0" encoding="GB2312" indent="yes"/>
 <xsl:template match="/">
  <xsl:text/>
  <xsl:value-of select="Root" disable-output-escaping="yes"/>
  <xsl:text/>
 </xsl:template>
</xsl:stylesheet>

posted on 2006-07-07 14:32  郝晶  阅读(314)  评论(0)    收藏  举报