diff options
Diffstat (limited to 'files/es/web/xpath/axes/following/index.html')
-rw-r--r-- | files/es/web/xpath/axes/following/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/files/es/web/xpath/axes/following/index.html b/files/es/web/xpath/axes/following/index.html new file mode 100644 index 0000000000..2c762be4ea --- /dev/null +++ b/files/es/web/xpath/axes/following/index.html @@ -0,0 +1,9 @@ +--- +title: following +slug: Web/XPath/Axes/following +translation_of: Web/XPath/Axes/following +original_slug: Web/XPath/Ejes/following +--- +<p> +El eje <code>following</code> indica todos los nodos que aparecen después del nodo de contexto, excepto cualquier nodo <code>descendant</code>, <code>attribute</code> y <code>namespace</code>. +</p>{{ languages( { "en": "en/XPath/Axes/following", "fr": "fr/XPath/Axes/following", "pl": "pl/XPath/Osie/following" } ) }} |