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

{{ XsltRef() }}

+ +

<xsl:call-template> 要素は名前付きテンプレートを呼び出します。

+ +

構文

+ +
<xsl:call-template name=NAME>
+	<xsl:with-param> [optional]
+</xsl:call-template> 
+ +

必須属性

+ +
+
name
+
呼び出すテンプレートの名前を指定します。
+
+ +

任意属性

+ +

なし

+ +

タイプ

+ +

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

+ +

定義

+ +

XSLT, section 6.

+ +

Gecko のサポート

+ +

サポート済み

-- cgit v1.2.3-54-g00ecf