diff options
Diffstat (limited to 'files/es/web/xpath/axes/following')
-rw-r--r-- | files/es/web/xpath/axes/following/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/xpath/axes/following/index.html b/files/es/web/xpath/axes/following/index.html index 190491a345..2c762be4ea 100644 --- a/files/es/web/xpath/axes/following/index.html +++ b/files/es/web/xpath/axes/following/index.html @@ -1,7 +1,8 @@ --- title: following -slug: Web/XPath/Ejes/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>. |