diff options
Diffstat (limited to 'files/es/web/xpath/axes/child/index.html')
-rw-r--r-- | files/es/web/xpath/axes/child/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/es/web/xpath/axes/child/index.html b/files/es/web/xpath/axes/child/index.html new file mode 100644 index 0000000000..a201d8561c --- /dev/null +++ b/files/es/web/xpath/axes/child/index.html @@ -0,0 +1,9 @@ +--- +title: child +slug: Web/XPath/Axes/child +translation_of: Web/XPath/Axes/child +original_slug: Web/XPath/Ejes/child +--- +<p> +</p><p>El eje <code>child</code> indica el hijo del nodo de contexto. Si una expresión XPath no especifica un eje, se entiende por defecto. Ya que sólo los nodos raiz o los nodos elementos tienen hijos, cualquier otro uso no seleccionará nada. +</p>{{ languages( { "en": "en/XPath/Axes/child", "fr": "fr/XPath/Axes/child", "pl": "pl/XPath/Osie/child" } ) }} |