aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xslt/element/call-template
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/xslt/element/call-template')
-rw-r--r--files/ja/web/xslt/element/call-template/index.html42
1 files changed, 42 insertions, 0 deletions
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: '<xsl:call-template>'
+slug: Web/XSLT/Element/call-template
+tags:
+ - XSLT
+ - call-template
+ - リファレンス
+ - 要素
+translation_of: Web/XSLT/Element/call-template
+---
+<p>{{ XsltRef() }}</p>
+
+<p><code>&lt;xsl:call-template&gt;</code> 要素は名前付きテンプレートを呼び出します。</p>
+
+<h3 id="Syntax" name="Syntax">構文</h3>
+
+<pre>&lt;xsl:call-template name=NAME&gt;
+ &lt;xsl:with-param&gt; [optional]
+&lt;/xsl:call-template&gt; </pre>
+
+<h3 id="Required_Attribute" name="Required_Attribute">必須属性</h3>
+
+<dl>
+ <dt><code>name</code></dt>
+ <dd>呼び出すテンプレートの名前を指定します。</dd>
+</dl>
+
+<h3 id="Optional_Attributes" name="Optional_Attributes">任意属性</h3>
+
+<p>なし</p>
+
+<h3 id="Type" name="Type">タイプ</h3>
+
+<p>命令は、テンプレート内に表示されます。</p>
+
+<h3 id="Defined" name="Defined">定義</h3>
+
+<p>XSLT, section 6.</p>
+
+<h3 id="Gecko_support" name="Gecko_support">Gecko のサポート</h3>
+
+<p>サポート済み</p>