aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xpath/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:45 -0500
commit1109132f09d75da9a28b649c7677bb6ce07c40c0 (patch)
tree0dd8b084480983cf9f9680e8aedb92782a921b13 /files/es/web/xpath/index.html
parent4b1a9203c547c019fc5398082ae19a3f3d4c3efe (diff)
downloadtranslated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.gz
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.tar.bz2
translated-content-1109132f09d75da9a28b649c7677bb6ce07c40c0.zip
initial commit
Diffstat (limited to 'files/es/web/xpath/index.html')
-rw-r--r--files/es/web/xpath/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/files/es/web/xpath/index.html b/files/es/web/xpath/index.html
new file mode 100644
index 0000000000..2de84c49c9
--- /dev/null
+++ b/files/es/web/xpath/index.html
@@ -0,0 +1,14 @@
+---
+title: XPath
+slug: Web/XPath
+tags:
+ - Todas_las_Categorías
+ - XPath
+translation_of: Web/XPath
+---
+<p>El <strong>Lenguaje de Caminos XML</strong> proporciona un modo flexible de dirigirse (señalando a) a las distintas partes de un documento XML. También puede ser usado para cotejar nodos y determinar si encajan un modelo o no.</p>
+<p>XPath es principalmente usado con <a href="/es/XSLT" title="es/XSLT">XSLT</a>, pero también puede ser usado como un modo mucho más eficaz de navegar por el DOM de cualquier documento basado en XML, como <a href="/es/XHTML" title="es/XHTML">XHTML</a> y <a href="/es/XUL" title="es/XUL">XUL</a>, en vez de confiar en el método <code>getElementById</code>, las propiedades <code>childNodes</code>, etc.</p>
+<p>XPath usa una notación de caminos (como en los URLs) para navegar por la estructura jerárquica de un documento XML. Su sintaxis no es XML para que pueda ser usado en URIs o en valores de atributos XML.</p>
+<table class="topicpage-table"> <tbody> <tr> <td> <h4 id="Documentaci.C3.B3n"><a href="/Special:Tags?tag=XPath&amp;language=es" title="Special:Tags?tag=XPath&amp;language=es">Documentación</a></h4> <dl> <dt><a class="external" href="http://www.sidar.org/recur/desdi/traduc/es/xml/xpath.html">Especificación de XPath 1.0</a></dt> <dd><small>Este documento es una traducción al castellano de la Recomendación del W3C: "XML Path Language (XPath) Version 1.0".</small></dd> </dl> <dl> <dt><a href="/es/XPath/Ejes" title="es/XPath/Ejes">XPath:Ejes</a></dt> <dd><small>Listado y descripción de los ejes definidos en la especificación de XPath. Los ejes se usan para describir las relaciones entre los nodos de un documento.</small></dd> </dl> <dl> <dt><a href="/es/XPath/Funciones" title="es/XPath/Funciones">XPath:Funciones</a></dt> <dd><small>List and description of the core XPath functions and XSLT-specific additions to XPath.</small></dd> </dl> <dl> <dt><a href="/es/Transformando_XML_con_XSLT" title="es/Transformando_XML_con_XSLT">Transformando XML con XSLT</a></dt> <dd><small>XSLT usa XPath para señalar la dirección de los fragmentos de código en documentos XML que se quieren transformar.</small></dd> </dl> <dl> <dt><a class="external" href="http://www.zvon.org/xxl/XPathTutorial/General_spa/examples.html">Tutorial de XPath </a></dt> <dd><small>Tutorial basado en ejemplos que te ayudaran a dar tus primeros pasos.</small></dd> </dl> <p><span><a href="/Special:Tags?tag=XPath&amp;language=es" title="Special:Tags?tag=XPath&amp;language=es">Ver más...</a></span></p> </td> <td> <h4 id="Comunidad">Comunidad</h4> <h4 id="Herramientas">Herramientas</h4> <h4 id="Temas_relacionados">Temas relacionados</h4> <dl> <dd><a href="/es/XSLT" title="es/XSLT">XSLT</a>, <a href="/es/XML" title="es/XML">XML</a>, <a href="/es/DOM" title="es/DOM">DOM</a></dd> </dl> <p> </p> </td> </tr> </tbody>
+</table>
+<p>{{ languages( { "cs": "cs/XPath", "en": "en/XPath", "fr": "fr/XPath", "ja": "ja/XPath", "ko": "ko/XPath", "pl": "pl/XPath", "zh-cn": "cn/XPath" } ) }}</p>