XML: Extensible Markup Language

From Parallel Library Services
Revision as of 13:26, 6 October 2021 by Simon (talk | contribs) (Created page with "https://developer.mozilla.org/en-US/docs/Web/XML/XML_introduction XML (Extensible Markup Language) is a markup language similar to HTML, but without predefined tags to use. I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

https://developer.mozilla.org/en-US/docs/Web/XML/XML_introduction

XML (Extensible Markup Language) is a markup language similar to HTML, but without predefined tags to use. Instead, you define your own tags designed specifically for your needs. This is a powerful way to store data in a format that can be stored, searched, and shared. Most importantly, since the fundamental format of XML is standardised, if you share or transmit XML across systems or platforms, either locally or over the internet, the recipient can still parse the data due to the standardised XML syntax.

There are many languages based on XML, including XHTML, MathML, SVG, XUL, XBL, RSS, and RDF. You can also define your own.