aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/axes/preceding-sibling/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/xpath/axes/preceding-sibling/index.html')
-rw-r--r--files/es/web/xpath/axes/preceding-sibling/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/files/es/web/xpath/axes/preceding-sibling/index.html b/files/es/web/xpath/axes/preceding-sibling/index.html
new file mode 100644
index 0000000000..d713cfcdf5
--- /dev/null
+++ b/files/es/web/xpath/axes/preceding-sibling/index.html
@@ -0,0 +1,8 @@
+---
+title: preceding-sibling
+slug: Web/XPath/Ejes/preceding-sibling
+translation_of: Web/XPath/Axes/preceding-sibling
+---
+<p>
+El eje <code>preceding-sibling</code> indica todos los nodos que tienen el mismo padre que el nodo de contexto y aparecen antes que el nodo de contexto en el documento de origen.
+</p>{{ languages( { "en": "en/XPath/Axes/preceding-sibling", "fr": "fr/XPath/Axes/preceding-sibling", "pl": "pl/XPath/Osie/preceding-sibling" } ) }}