From f7e102cb36bbc357acb54f4e036fcbf3eaf93564 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 28 Dec 2021 22:16:47 +0900 Subject: Web/XPath/Functions/document を変換準備 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/ja/web/xpath/functions/document/index.html | 60 ------------------------ files/ja/web/xpath/functions/document/index.md | 60 ++++++++++++++++++++++++ 2 files changed, 60 insertions(+), 60 deletions(-) delete mode 100644 files/ja/web/xpath/functions/document/index.html create mode 100644 files/ja/web/xpath/functions/document/index.md (limited to 'files/ja/web/xpath/functions') diff --git a/files/ja/web/xpath/functions/document/index.html b/files/ja/web/xpath/functions/document/index.html deleted file mode 100644 index 5f4b8087e9..0000000000 --- a/files/ja/web/xpath/functions/document/index.html +++ /dev/null @@ -1,60 +0,0 @@ ---- -title: document -slug: Web/XPath/Functions/document -tags: - - XSLT - - XSLT_Reference -translation_of: Web/XPath/Functions/document ---- -

{{ XsltRef() }}

- -

documentは、外部ドキュメントまたは複数の外部ドキュメントの中からノード集合を見つけ、結果のノード集合を返します。

- -

構文

- -
document(URI [,node-set] )
-
- -

引数

- -
-
URI
-
取得されるドキュメントの絶対 URI または相対 URI。URI はまた、フラグメント識別子を含むもあります。
-
- -
-
node-set (任意)
-
ノードを指す式。返却する外部ドキュメントを設定します。
-
- -

戻り値

- -

ノード集合

- -

注記

- - - - - - - - - -

この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません。

- -

定義

- -

XSLT 1.0 12.1

- -

Gecko のサポート

- -

サポート済み

diff --git a/files/ja/web/xpath/functions/document/index.md b/files/ja/web/xpath/functions/document/index.md new file mode 100644 index 0000000000..5f4b8087e9 --- /dev/null +++ b/files/ja/web/xpath/functions/document/index.md @@ -0,0 +1,60 @@ +--- +title: document +slug: Web/XPath/Functions/document +tags: + - XSLT + - XSLT_Reference +translation_of: Web/XPath/Functions/document +--- +

{{ XsltRef() }}

+ +

documentは、外部ドキュメントまたは複数の外部ドキュメントの中からノード集合を見つけ、結果のノード集合を返します。

+ +

構文

+ +
document(URI [,node-set] )
+
+ +

引数

+ +
+
URI
+
取得されるドキュメントの絶対 URI または相対 URI。URI はまた、フラグメント識別子を含むもあります。
+
+ +
+
node-set (任意)
+
ノードを指す式。返却する外部ドキュメントを設定します。
+
+ +

戻り値

+ +

ノード集合

+ +

注記

+ + + + + + + + + +

この関数は XPath への XSLT 固有の追加です。コア XPath 関数ライブラリの一部ではありません。

+ +

定義

+ +

XSLT 1.0 12.1

+ +

Gecko のサポート

+ +

サポート済み

-- cgit v1.2.3-54-g00ecf