XML
XML (noun) means a text format for storing and sending structured data, in which you define your own labels and wrap each piece of information in matching opening and closing tags. Example: “The supplier sends the daily stock list as an XML file.”
How to use XML
Learner’s notesIn plain EnglishXML is a way of writing data in text using tags you choose yourself.
Take "an" before it in speech: "an XML document". Often described as verbose compared with newer formats.
XML looks like HTML because both use angle-bracket tags, but they do different jobs: HTML has fixed tags a browser knows how to display, while XML tags are whatever you decide and carry no display meaning.
Trace the full origin ↓Fill the gap
Can you complete this real example?
The supplier sends the daily stock list as an _____ file.
Etymology
An initialism of extensible markup language, so named because users define their own tags rather than being limited to a fixed set.