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/attribute-set/index.html | 45 ++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 files/ja/web/xslt/element/attribute-set/index.html (limited to 'files/ja/web/xslt/element/attribute-set') diff --git a/files/ja/web/xslt/element/attribute-set/index.html b/files/ja/web/xslt/element/attribute-set/index.html new file mode 100644 index 0000000000..873418aed1 --- /dev/null +++ b/files/ja/web/xslt/element/attribute-set/index.html @@ -0,0 +1,45 @@ +--- +title: '' +slug: Web/XSLT/Element/attribute-set +tags: + - XSLT + - attribute-set + - リファレンス + - 要素 +translation_of: Web/XSLT/Element/attribute-set +--- +

{{ XsltRef() }}

+ +

<xsl:attribute-set> 要素は名前付き属性のセットを作成します。属性のセットは、CSSの名前付きスタイルに類似した方法で出力ドキュメント全体に適用されます。

+ +

構文

+ +
<xsl:attribute-set name=NAME use-attribute-sets=LIST-OF-NAMES>
+	<xsl:attribute>
+</xsl:attribute-set>
+ +

必須属性

+ +
+
name
+
属性セットの名前を指定します。名前は有効な QName でなければなりません。
+
+ +

任意属性

+ +
+
use-attribute-sets
+
他の属性セットから属性セットを構築します。寄与する集合の名前は、空白文字で区切られなければならず、直接的または間接的に埋め込まれてはいけません。
+
+ +

タイプ

+ +

最上位は <xsl:stylesheet> または <xsl:transform> の子である必要があります。

+ +

定義

+ +

XSLT, section 7.1.4.

+ +

Gecko のサポート

+ +

サポート済み

-- cgit v1.2.3-54-g00ecf