From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../ja/web/xslt/element/apply-templates/index.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ja/web/xslt/element/apply-templates/index.html (limited to 'files/ja/web/xslt/element/apply-templates') diff --git a/files/ja/web/xslt/element/apply-templates/index.html b/files/ja/web/xslt/element/apply-templates/index.html new file mode 100644 index 0000000000..67b4859543 --- /dev/null +++ b/files/ja/web/xslt/element/apply-templates/index.html @@ -0,0 +1,45 @@ +--- +title: '' +slug: Web/XSLT/Element/apply-templates +tags: + - XSLT + - apply-templates + - リファレンス + - 要素 +translation_of: Web/XSLT/Element/apply-templates +--- +

{{ XsltRef() }}

+ +

<xsl:apply-templates> 要素は、入力ツリー内のノードのセットを選択し、適切なテンプレートを適用するようにプロセッサに指示します。

+ +

構文

+ +
<xsl:apply-templates select=EXPRESSION mode=NAME>
+	<xsl:with-param> [optional]
+	<xsl:sort> [optional]
+</xsl:apply-templates>
+ +

必須属性

+ +

なし

+ +

任意属性

+ +
+
select
+
処理するノードを指定する XPath 式を使用します。アスタリスク (*) はノードセット全体を選択します。この属性が設定されていない場合は、現在のノードのすべての子ノードが選択されます。
+
mode
+
同じノードに対して複数の処理方法が定義されている場合は、それらを区別します。
+
+ +

タイプ

+ +

命令は、テンプレート内に表示されます。

+ +

定義

+ +

XSLT section 5.4.

+ +

Gecko のサポート

+ +

サポート済み

-- cgit v1.2.3-54-g00ecf