diff options
Diffstat (limited to 'files/es/web/xslt/element/call-template/index.html')
-rw-r--r-- | files/es/web/xslt/element/call-template/index.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/files/es/web/xslt/element/call-template/index.html b/files/es/web/xslt/element/call-template/index.html new file mode 100644 index 0000000000..788aa9a1e0 --- /dev/null +++ b/files/es/web/xslt/element/call-template/index.html @@ -0,0 +1,41 @@ +--- +title: call-template +slug: Web/XSLT/Element/call-template +tags: + - Todas_las_Categorías + - XSLT +translation_of: Web/XSLT/Element/call-template +original_slug: Web/XSLT/call-template +--- +<p>{{XsltRef}}</p> + +<p>El elemento <code><xsl:call-template></code> invoca una plantilla con nombre.</p> + +<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3> + +<pre><xsl:call-template name=NOMBRE> + <xsl:with-param> [opcional] +</xsl:call-template></pre> + +<h3 id="Atributos_requeridos" name="Atributos_requeridos">Atributos requeridos</h3> + +<dl> + <dt><code>name</code></dt> + <dd>Indica el nombre del template que se desea invocar.</dd> +</dl> + +<h3 id="Atributos_opcionales" name="Atributos_opcionales">Atributos opcionales</h3> + +<p>Ninguno.</p> + +<h3 id="Tipo" name="Tipo">Tipo</h3> + +<p>Instrucción, aparece dentro de una plantilla.</p> + +<h3 id="Definido" name="Definido">Definido</h3> + +<p>XSLT, sección 6.</p> + +<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3> + +<p>Soportado.</p> |