diff options
Diffstat (limited to 'files/es/web/xpath/ejes/following-sibling')
-rw-r--r-- | files/es/web/xpath/ejes/following-sibling/index.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/files/es/web/xpath/ejes/following-sibling/index.html b/files/es/web/xpath/ejes/following-sibling/index.html deleted file mode 100644 index 73e42a2e7d..0000000000 --- a/files/es/web/xpath/ejes/following-sibling/index.html +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: following-sibling -slug: Web/XPath/Ejes/following-sibling -translation_of: Web/XPath/Axes/following-sibling ---- -<p> -El eje <code>following-sibling</code> indica todos los nodos que tienen el mismo padre que el nodo de contexto y aparecen después del nodo de contexto en el documento de origen. -</p>{{ languages( { "en": "en/XPath/Axes/following-sibling", "fr": "fr/XPath/Axes/following-sibling", "pl": "pl/XPath/Osie/following-sibling" } ) }} |