aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/ejes/descendant-or-self/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xpath/ejes/descendant-or-self/index.html')
-rw-r--r--files/es/web/xpath/ejes/descendant-or-self/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/es/web/xpath/ejes/descendant-or-self/index.html b/files/es/web/xpath/ejes/descendant-or-self/index.html
new file mode 100644
index 0000000000..42061ddf67
--- /dev/null
+++ b/files/es/web/xpath/ejes/descendant-or-self/index.html
@@ -0,0 +1,8 @@
+---
+title: descendant-or-self
+slug: Web/XPath/Ejes/descendant-or-self
+translation_of: Web/XPath/Axes/descendant-or-self
+---
+<p>
+</p><p>El eje <code>descendant-or-self</code> indica el nodo de contexto y todos sus descendientes. <b>No</b> se incluyen los nodos atributos y namespaces - el <code>parent</code> de un nodo <code>attribute</code> es un nodo elemento, pero los nodos <code>attribute</code> no son los hijos de sus padres.
+</p>{{ languages( { "en": "en/XPath/Axes/descendant-or-self", "fr": "fr/XPath/Axes/descendant-or-self", "pl": "pl/XPath/Osie/descendant-or-self" } ) }}