aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/axes/descendant-or-self/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xpath/axes/descendant-or-self/index.html')
-rw-r--r--files/es/web/xpath/axes/descendant-or-self/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/xpath/axes/descendant-or-self/index.html b/files/es/web/xpath/axes/descendant-or-self/index.html
index 42061ddf67..fae156641a 100644
--- a/files/es/web/xpath/axes/descendant-or-self/index.html
+++ b/files/es/web/xpath/axes/descendant-or-self/index.html
@@ -1,7 +1,8 @@
---
title: descendant-or-self
-slug: Web/XPath/Ejes/descendant-or-self
+slug: Web/XPath/Axes/descendant-or-self
translation_of: Web/XPath/Axes/descendant-or-self
+original_slug: Web/XPath/Ejes/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.