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

{{ XsltRef() }}

+ +

<xsl:with-param> 要素はテンプレートに渡すパラメータの値を設定します。

+ +

構文

+ +
<xsl:with-param name=NAME select=EXPRESSION>
+	TEMPLATE
+</xsl:with-param>
+ +

必須属性

+ +
+
name
+
このパラメータに名前を付けます。
+
+ +

任意属性

+ +
+
select
+
XPath 式を使用してパラメータの値を定義します。要素にテンプレートが含まれている場合、この属性は無視されます。
+
+ +

タイプ

+ +

サブ命令は常に <xsl:apply-templates> または <xsl:call-template> 要素内に現れます。

+ +

定義

+ +

XSLT 11.6

+ +

Gecko のサポート

+ +

サポート済み

-- cgit v1.2.3-54-g00ecf