亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

directory search
XSLT 基礎教程 XSL 語言 XSLT 簡介 XSLT 瀏覽器 XSLT - 轉換 XSLT <xsl:template> 元素 XSLT <xsl:value-of> 元素 XSLT <xsl:for-each> 元素 XSLT <xsl:sort> 元素 XSLT <xsl:if> 元素 XSLT <xsl:choose> 元素 XSLT <xsl:apply-templates> 元素 XSLT - 在客戶端 XSLT - 在服務器端 XSLT - 編輯 XML XML 編輯器 XSLT 元素參考手冊 XSLT <xsl:apply-imports> 元素 XSLT <xsl:apply-templates> 元素 XSLT <xsl:attribute> 元素 XSLT <xsl:attribute-set> 元素 XSLT <xsl:call-template> 元素 XSLT <xsl:choose> 元素 XSLT <xsl:comment> 元素 XSLT <xsl:copy> 元素 XSLT <xsl:copy-of> 元素 XSLT <xsl:decimal-format> 元素 XSLT <xsl:element> 元素 XSLT <xsl:fallback> 元素 XSLT <xsl:for-each> 元素 XSLT <xsl:if> 元素 XSLT <xsl:import> 元素 XSLT <xsl:include> 元素 XSLT <xsl:key> 元素 XSLT <xsl:message> 元素 XSLT <xsl:namespace-alias> 元素 XSLT <xsl:number> 元素 XSLT <xsl:otherwise> 元素 XSLT <xsl:output> 元素 XSLT <xsl:param> 元素 XSLT <xsl:preserve-space> 和 <xsl:strip-space> 元素 XSLT <xsl:processing-instruction> 元素 XSLT <xsl:sort> 元素 XSLT <xsl:stylesheet> 和 <xsl:transform> 元素 XSLT <xsl:template> 元素 XSLT <xsl:text> 元素 XSLT <xsl:value-of> 元素 XSLT <xsl:value-of> 元素 XSLT <xsl:variable> 元素 XSLT <xsl:when> 元素 XSLT <xsl:with-param> 元素 XSLT 函數 XSLT current() 函數 XSLT document() 函數 XSLT element-available() 函數 XSLT format-number() 函數 XSLT function-available() 函數 XSLT generate-id() 函數 XSLT key() 函數 XSLT system-property() 函數 XSLT unparsed-entity-uri() 函數
characters

XSLT 函數



XQuery 1.0、XPath 2.0 以及 XSLT 2.0 共享相同的函數庫。


XSLT 函數

XSLT 含有超過 100 個內建的函數。這些函數用于字符串值、數值、日期和時間比較、節(jié)點和 QName 操作、序列操作、布爾值,等等。

函數命名空間的默認前綴是 fn。

函數命名空間的 URI 是: http://www.w3.org/2005/xpath-functions

提示:函數在被調用時常帶有 fn: 前綴,比如 fn:string()。 不過,既然 fn: 是命名空間的默認前綴,那么在被調用時,函數的名稱不必使用前綴。

您可以在我們的 XPath 教程中訪問所有內建的 XSLT 2.0 函數的參考手冊。

此外,下面列出了內建的 XSLT 函數:

名稱描述
current()返回當前節(jié)點。
document()用于訪問外部 XML 文檔中的節(jié)點。
element-available()檢測 XSLT 處理器是否支持指定的元素。
format-number()把數字轉換為字符串。
function-available()檢測 XSLT 處理器是否支持指定的函數。
generate-id()返回唯一標識指定節(jié)點的字符串值。
key()通過使用由 <xsl:key> 元素規(guī)定的索引號返回節(jié)點集。
system-property()返回系統(tǒng)屬性的值。
unparsed-entity-uri()返回未解析實體的 URI。
Previous article: Next article: