From a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:50 +0100 Subject: unslug es: move --- files/es/web/xpath/axes/descendant/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 files/es/web/xpath/axes/descendant/index.html (limited to 'files/es/web/xpath/axes/descendant/index.html') diff --git a/files/es/web/xpath/axes/descendant/index.html b/files/es/web/xpath/axes/descendant/index.html new file mode 100644 index 0000000000..c6fcc26970 --- /dev/null +++ b/files/es/web/xpath/axes/descendant/index.html @@ -0,0 +1,8 @@ +--- +title: descendant +slug: Web/XPath/Ejes/descendant +translation_of: Web/XPath/Axes/descendant +--- +

+

El eje descendant indica todos los hijos del nodo de contexto, y todos sus hijos y así sucesivamente. No se incluyen los atributos y namespaces - el parent de un nodo attribute es un nodo elemento, pero los nodos attribute no son los hijos de sus padres. +

{{ languages( { "en": "en/XPath/Axes/descendant", "fr": "fr/XPath/Axes/descendant", "pl": "pl/XPath/Osie/descendant" } ) }} -- cgit v1.2.3-54-g00ecf