主頁(yè) > 知識(shí)庫(kù) > 使用XSL將XML文檔中的CDATA注釋輸出為HTML文本

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

熱門(mén)標(biāo)簽:本地電話(huà)機(jī)器人 400電話(huà)辦理包年 如何修改多個(gè)百度地圖標(biāo)注 高德地圖地圖標(biāo)注服務(wù)中心 南寧網(wǎng)絡(luò)外呼系統(tǒng)運(yùn)營(yíng)商 隨州外呼調(diào)研系統(tǒng) r語(yǔ)言數(shù)據(jù)可視化地圖標(biāo)注 微信地圖標(biāo)注合并了 東營(yíng)電銷(xiāo)
要利用DOM 來(lái)存取XML 文件,你必須將XML 文件連結(jié)到HTML 網(wǎng)頁(yè)上。
示例代碼

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"

標(biāo)簽:宿遷 寧夏 黃石 果洛 西雙版納 拉薩 益陽(yáng) 德州

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《使用XSL將XML文檔中的CDATA注釋輸出為HTML文本》,本文關(guān)鍵詞  使用,XSL,將,XML,文檔,中的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《使用XSL將XML文檔中的CDATA注釋輸出為HTML文本》相關(guān)的同類(lèi)信息!
  • 本頁(yè)收集關(guān)于使用XSL將XML文檔中的CDATA注釋輸出為HTML文本的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章