XSLT <xsl:processing-instruction> 元素

2018-02-12 17:33 更新

XSLT <xsl:processing-instruction> 元素

XSLT <xsl:processing-instruction> 元素向輸出寫一條執(zhí)行指令。


XSLT 元素參考手冊 完整的 XSLT 元素參考手冊

定義和用法

<xsl:processing-instruction> 元素可向輸出寫一條處理指令,即生成處理指令節(jié)點。


語法

<xsl:processing-instruction
name="process-name">

<!-- Content:template -->

</xsl:processing-instruction>

屬性

屬性 描述
name process-name 必需。規(guī)定處理指令的名稱。

實例 1

代碼:

<xsl:processing-instruction name="xml-stylesheet">
href="style.css" type="text/css"
</xsl:processing-instruction>

創(chuàng)建標(biāo)簽:

<?xml-stylesheet href="style.css" type="text/css"?>

XSLT 元素參考手冊 完整的 XSLT 元素參考手冊
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號