--- title: namespace-uri slug: Web/XPath/Functions/namespace-uri tags: - XSLT - XSLT_Reference translation_of: Web/XPath/Functions/namespace-uri ---

{{ XsltRef() }}

namespace-uri 関数は、指定されたノード集合内の最初のノードの名前空間 URI を表す文字列を返します。

構文

namespace-uri( [node-set] )

引数

node-set (省略可)
このノード集合内の最初のノードの名前空間 URI が返されます。引数を省略すると、現在のコンテキストノードが使用されます。

返値

指定されたノードが属する名前空間の URI を表す文字列。

定義

XPath 1.0 4.1

Gecko での対応

対応済み。