diff options
Diffstat (limited to 'files/es/web/xpath/ejes/child/index.html')
-rw-r--r-- | files/es/web/xpath/ejes/child/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/files/es/web/xpath/ejes/child/index.html b/files/es/web/xpath/ejes/child/index.html new file mode 100644 index 0000000000..97ded1fcb4 --- /dev/null +++ b/files/es/web/xpath/ejes/child/index.html @@ -0,0 +1,8 @@ +--- +title: child +slug: Web/XPath/Ejes/child +translation_of: Web/XPath/Axes/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" } ) }} |