最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

使用XSL將XML文檔中的CDATA注釋輸出為HTML文本

 更新時(shí)間:2006年12月22日 00:00:00   作者:  
要利用DOM 來存取XML 文件,你必須將XML 文件連結(jié)到HTML 網(wǎng)頁上。
示例代碼

1. test.xml

<?xml version="1.0" encoding="gb2312"?>
<?xml-stylesheet href="test.xsl" type="text/xsl"?>
<entry>
<title>entry with images</title>
<date>August 09, 2003</date>
<author>Kevin</author>
<idnum>000033</idnum>
<permalink>http://alazanto.org/xml/archives/000033.xml</permalink>
<body xmlns:html="http://www.w3.org/1999/xhtml"><![CDATA[]]></more>
<comment-link>http://alazanto.org/xml/archives/000033_comments.xml</comment-link>
<comment-count>6</comment-count>
</entry>

2. test.xsl

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:template match="/entry">
<html>
<head>
</head>
<body>
<xsl:value-of select="title" />
<xsl:value-of select="body" disable-output-escaping="yes"/>

</body>
</html>
</xsl:template>
</xsl:stylesheet>


關(guān)鍵之外在于使用的命名空間xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 和輸出時(shí)加上disable-output-escaping="yes"

相關(guān)文章

最新評論

恩平市| 博野县| 黄陵县| 阿瓦提县| 白水县| 宣威市| 宁城县| 乌苏市| 浦江县| 新竹市| 东兰县| 城步| 徐闻县| 徐水县| 云浮市| 昌图县| 子洲县| 昌黎县| 永顺县| 水城县| 宜兰市| 二连浩特市| 尚志市| 扶绥县| 水城县| 吴忠市| 武宁县| 加查县| 嘉定区| 永定县| 驻马店市| 凤城市| 江源县| 鲁山县| 鱼台县| 久治县| 阳原县| 道真| 武山县| 平谷区| 东台市|