aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/xslt/element/include/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/xslt/element/include/index.html')
-rw-r--r--files/ja/web/xslt/element/include/index.html40
1 files changed, 40 insertions, 0 deletions
diff --git a/files/ja/web/xslt/element/include/index.html b/files/ja/web/xslt/element/include/index.html
new file mode 100644
index 0000000000..5ce1a3d0f3
--- /dev/null
+++ b/files/ja/web/xslt/element/include/index.html
@@ -0,0 +1,40 @@
+---
+title: '<xsl:include>'
+slug: Web/XSLT/Element/include
+tags:
+ - XSLT
+ - include
+ - リファレンス
+ - 要素
+translation_of: Web/XSLT/Element/include
+---
+<p>{{ XsltRef() }}</p>
+
+<p><code>&lt;xsl:include&gt;</code> 要素はあるスタイルシートの内容を別のスタイルシートにマージします。<code>&lt;xsl:import&gt;</code> の場合とは異なり、インクルードされたスタイルシートの内容はインクルードするスタイルシートの内容とまったく同じです。</p>
+
+<h3 id="Syntax" name="Syntax">構文</h3>
+
+<pre>&lt;xsl:include href=URI /&gt;</pre>
+
+<h3 id="Required_Attributes" name="Required_Attributes">必須属性</h3>
+
+<dl>
+ <dt><code>href</code></dt>
+ <dd>含めるスタイルシートの URI を指定します。</dd>
+</dl>
+
+<h3 id="Optional_Attributes" name="Optional_Attributes">任意属性</h3>
+
+<p>なし</p>
+
+<h3 id="Type" name="Type">タイプ</h3>
+
+<p>トップレベルは <code>&lt;xsl:stylesheet&gt;</code> または <code>&lt;xsl:transform&gt;</code> の子として任意の順序で表示されます。</p>
+
+<h3 id="Defined" name="Defined">定義</h3>
+
+<p>XSLT, section 2.6.1.</p>
+
+<h3 id="Gecko_support" name="Gecko_support">Gecko のサポート</h3>
+
+<p>サポート済み</p>