aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/ejes/following-sibling/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xpath/ejes/following-sibling/index.html')
-rw-r--r--files/es/web/xpath/ejes/following-sibling/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/es/web/xpath/ejes/following-sibling/index.html b/files/es/web/xpath/ejes/following-sibling/index.html
new file mode 100644
index 0000000000..73e42a2e7d
--- /dev/null
+++ b/files/es/web/xpath/ejes/following-sibling/index.html
@@ -0,0 +1,8 @@
+---
+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" } ) }}