<xsl:apply-templates> 元素可把一個模板套用於當前的元素或者當前元素的子節點...<xsl:template match="cd"><p><xsl:apply-templates select="title"/>...
注釋:<xsl:call-template> 和 <xsl:apply-templates> 中均允許使用 <xsl:with-param> 元素。[1] 提示:您可以通過 <xsl:with-param> 元素的內容或通過 ...
<xsl:fallback> 元素規定了在 XSL 處理程式不支持 XSL 元素時,所執行的替代代碼。[1] fallback元素語法 <xsl:fallback>[1] <!-- Content: template --> ...
<xsl:preserve-space> 元素用於定義保留空白的元素。...... <xsl:preserve-space> 元素用於定義保留空白的元素...template match="/"> <html> <body> <xsl:for...
XSLT when元素語法 <xsl:when test="boolean-expression"> <!-- Content: template --> </xsl:when>屬性屬性 值 描述 test boolean-expression 必需。規定要...
<xsl:sort> 元素用於對結果進行排序。...... <xsl:for-each> 元素內部添加一個 <xsl:sort> 元素:[...template match="/"> <html> <body> <h2>My CD ...
XSLT param元素語法 <xsl:param name="name" select="expression"> <!-- Content:template --> </xsl:param>[1] 屬性屬性 值 描述 name name 必需。規定...
<xsl:copy> 元素可創建當前節點的一個副本(拷貝)。...... <xsl:copy> 元素可創建當前節點的一個副本(拷貝)...template match="message"> <xsl:copy> <xsl:...
<xsl:if> 元素用於放置針對 XML 檔案內容的條件測試。...... <xsl:if> 元素用於放置針對 XML 檔案內容的條件...template match="/"> <html> <body> <h2>My...
自定義元素 - 定義新HTML元素的API 影子DOM - 封裝的DOM和樣式,配以組合化 HTML導入 - 將HTML文檔導入其他文檔的聲明方法 HTML模板 -<template>元素,允許...
8.3.9<xsl:call-template>元素 2168.3.10XSLT中document()函式 2178.3.11條件邏輯 2228.3.12<xsl:param>元素 2268.3.13<xsl:sort>元素 227...