aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/xml
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/xml
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/xml')
-rw-r--r--files/es/web/xml/xml_introduction/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/xml/xml_introduction/index.html b/files/es/web/xml/xml_introduction/index.html
index c2193e80fb..0f4db54268 100644
--- a/files/es/web/xml/xml_introduction/index.html
+++ b/files/es/web/xml/xml_introduction/index.html
@@ -1,11 +1,12 @@
---
title: Introducción a XML
-slug: Web/XML/Introducción_a_XML
+slug: Web/XML/XML_introduction
tags:
- Principiante
- XML
- introducción
translation_of: Web/XML/XML_introduction
+original_slug: Web/XML/Introducción_a_XML
---
<p><span class="seoSummary">XML es un lenguaje de marcado similar a HTML. Significa Extensible Markup Language (Lenguaje de Marcado Extensible) y es una especificación de <a class="external" href="https://www.w3.org/TR/xml/">W3C</a> como lenguaje de marcado de propósito general. Esto significa que, a diferencia de otros lenguajes de marcado, XML no está predefinido, por lo que debes definir tus propias etiquetas. El propósito principal del lenguaje es compartir datos a través de diferentes sistemas, como Internet.</span></p>