共用方式為


count 函式 (XPath)

傳回節點集引數中的節點數。

          number count(node-set)

範例

XML 檔 (test.xml)

XSLT 檔 (test.xsl)

輸出

將 XSLT 樣式表套用到以上的 XML 檔時會產生下列結果:

node-set count(node-set)

//x

7

//x[1]

4

//x/y

8

//x/y[1]

4

//x[1]/y[1]

2

另請參閱

參考

XML 資料型別參考