aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xslt/element/copy/index.html
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:20:58 +0100
committerGitHub <noreply@github.com>2021-02-11 18:20:58 +0100
commit2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb (patch)
tree5e640d40fd69dc380b04e01de981a345e0141ffa /files/es/web/xslt/element/copy/index.html
parent6aa6274d2ad3e22e7f5e69b1d7531a5eaeaf5666 (diff)
parent8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (diff)
downloadtranslated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.tar.gz
translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.tar.bz2
translated-content-2318b37e3fd17a3e76a29b9be7d1ce82f040c3bb.zip
Merge pull request #53 from fiji-flo/unslugging-es
Unslugging es
Diffstat (limited to 'files/es/web/xslt/element/copy/index.html')
-rw-r--r--files/es/web/xslt/element/copy/index.html41
1 files changed, 41 insertions, 0 deletions
diff --git a/files/es/web/xslt/element/copy/index.html b/files/es/web/xslt/element/copy/index.html
new file mode 100644
index 0000000000..289c57ce95
--- /dev/null
+++ b/files/es/web/xslt/element/copy/index.html
@@ -0,0 +1,41 @@
+---
+title: copy
+slug: Web/XSLT/Element/copy
+tags:
+ - Todas_las_Categorías
+ - XSLT
+translation_of: Web/XSLT/Element/copy
+original_slug: Web/XSLT/copy
+---
+<p>{{XsltRef}}</p>
+
+<p>El elemento <code>&lt;xsl:copy&gt;</code> genera una copia superficial (el nodo y cualquier nodo del nombre de espacio asociado) del nodo actual al documento de salida. Este elemento no copia ni elementos hijo ni atributos del nodo actual.</p>
+
+<h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3>
+
+<pre>&lt;xsl:copy use-attribute-sets=LISTA-DE-NOMBRES&gt;
+ PLANTILLA
+&lt;/xsl:copy&gt;</pre>
+
+<h3 id="Atributos_requeridos" name="Atributos_requeridos">Atributos requeridos</h3>
+
+<p>Ninguno.</p>
+
+<h3 id="Atributos_opcionales" name="Atributos_opcionales">Atributos opcionales</h3>
+
+<dl>
+ <dt><code>use-attribute-sets</code></dt>
+ <dd>Lista conjunto de atributos que debería de ser aplicados al nodo de salida, si es un elemento. Los nombres del conjunto deben de estar separados por un espacio en blanco.</dd>
+</dl>
+
+<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 7.5.</p>
+
+<h3 id="Soporte_en_Gecko" name="Soporte_en_Gecko">Soporte en Gecko</h3>
+
+<p>Suportado.</p>