aboutsummaryrefslogtreecommitdiff
path: root/files/de/web/xml
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-02-11 18:20:22 +0100
committerGitHub <noreply@github.com>2021-02-11 18:20:22 +0100
commit999e51572c093be901d6c8f942feb76038ae940c (patch)
tree0b2242d6df50748abf3f11c717211e8bbcf3d45e /files/de/web/xml
parent747e709ad97c5782af29688f52c8105c08d9a323 (diff)
parent12b585b8e60a2877ff64dc6dc5ab058c43652f47 (diff)
downloadtranslated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.gz
translated-content-999e51572c093be901d6c8f942feb76038ae940c.tar.bz2
translated-content-999e51572c093be901d6c8f942feb76038ae940c.zip
Merge pull request #55 from fiji-flo/unslugging-de
Unslugging de
Diffstat (limited to 'files/de/web/xml')
-rw-r--r--files/de/web/xml/xml_introduction/index.html (renamed from files/de/web/xml/xml_einführung/index.html)3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/de/web/xml/xml_einführung/index.html b/files/de/web/xml/xml_introduction/index.html
index 43b0433193..6bf868fa93 100644
--- a/files/de/web/xml/xml_einführung/index.html
+++ b/files/de/web/xml/xml_introduction/index.html
@@ -1,9 +1,10 @@
---
title: XML_Einführung
-slug: Web/XML/XML_Einführung
+slug: Web/XML/XML_introduction
tags:
- XML
translation_of: Web/XML/XML_introduction
+original_slug: Web/XML/XML_Einführung
---
<h3 id="Was_ist_XML.3F">Was ist XML?</h3>
<p>XML ist eine Auszeichnungssprache ähnlich wie HTML. XML steht für <strong>Extensible Markup Language</strong> (Erweiterbare Auszeichnungssprache) und ist eine <a class="external" href="http://www.w3.org/">Standardisierte</a> Spezifikation, die für allgemeingültige Zwecke genutzt werden kann. Das bedeutet, dass, im Gegensatz zu anderen Auszeichnungssprachen, XML nicht vordefiniert ist, sodass eigene Tags definiert werden müssen. Die hauptsächliche Aufgabe der Sprache besteht darin, Daten über unterschiedliche Systeme auszutauschen, so wie im Internet.</p>