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