From 1109132f09d75da9a28b649c7677bb6ce07c40c0 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:45 -0500 Subject: initial commit --- files/es/web/xslt/with-param/index.html | 43 +++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 files/es/web/xslt/with-param/index.html (limited to 'files/es/web/xslt/with-param/index.html') diff --git a/files/es/web/xslt/with-param/index.html b/files/es/web/xslt/with-param/index.html new file mode 100644 index 0000000000..270684f4d7 --- /dev/null +++ b/files/es/web/xslt/with-param/index.html @@ -0,0 +1,43 @@ +--- +title: with-param +slug: Web/XSLT/with-param +tags: + - Todas_las_Categorías + - XSLT +translation_of: Web/XSLT/Element/with-param +--- +

{{XsltRef}}

+ +

El elemento <xsl:with-param> establece el valor de un parámetro que se pasará a una plantilla.

+ +

Syntax

+ +
<xsl:with-param name=NOMBRE select=EXPRESIÓN>
+	PLANTILLA
+</xsl:with-param>
+ +

Atributos requeridos

+ +
+
name
+
Dá a este parámetro un nombre.
+
+ +

Atributos opcionales

+ +
+
select
+
Define el valor del parámtero a través de una expresión XPath. Si el elemento contiene una plantilla, se ignorará este atributo.
+
+ +

Tipo

+ +

Subinstrucción, siempre aparece dentro de un elemento <xsl:apply-templates> o <xsl:call-template>.

+ +

Definido

+ +

XSLT 11.6

+ +

Soporte en Gecko

+ +

Soportado.

-- cgit v1.2.3-54-g00ecf