From 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:25 +0100 Subject: unslug pt-pt: modify --- files/pt-pt/web/xml/xml_introduction/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'files/pt-pt/web/xml/xml_introduction') diff --git a/files/pt-pt/web/xml/xml_introduction/index.html b/files/pt-pt/web/xml/xml_introduction/index.html index c4820a1245..b397f39c4b 100644 --- a/files/pt-pt/web/xml/xml_introduction/index.html +++ b/files/pt-pt/web/xml/xml_introduction/index.html @@ -1,11 +1,12 @@ --- title: Introdução à XML -slug: Web/XML/Introducao_a_XML +slug: Web/XML/XML_introduction tags: - Introdução - Principiante - XML translation_of: Web/XML/XML_introduction +original_slug: Web/XML/Introducao_a_XML ---

XML é uma linguagem de marcação similar à HTML. It stands for Extensible Markup Language and is a W3C recommended specification as a general purpose markup language. This means, unlike other markup languages, XML is not predefined so you must define your own tags. The primary purpose of the language is the sharing of data across different systems, such as the Internet.

-- cgit v1.2.3-54-g00ecf