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/include/index.html | 40 ++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 files/ja/web/xslt/element/include/index.html (limited to 'files/ja/web/xslt/element/include') 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: '' +slug: Web/XSLT/Element/include +tags: + - XSLT + - include + - リファレンス + - 要素 +translation_of: Web/XSLT/Element/include +--- +

{{ XsltRef() }}

+ +

<xsl:include> 要素はあるスタイルシートの内容を別のスタイルシートにマージします。<xsl:import> の場合とは異なり、インクルードされたスタイルシートの内容はインクルードするスタイルシートの内容とまったく同じです。

+ +

構文

+ +
<xsl:include href=URI />
+ +

必須属性

+ +
+
href
+
含めるスタイルシートの URI を指定します。
+
+ +

任意属性

+ +

なし

+ +

タイプ

+ +

トップレベルは <xsl:stylesheet> または <xsl:transform> の子として任意の順序で表示されます。

+ +

定義

+ +

XSLT, section 2.6.1.

+ +

Gecko のサポート

+ +

サポート済み

-- cgit v1.2.3-54-g00ecf