Difference between revisions of "Extensible markup language"

From DigitalJargonBuster

Jump to: navigation, search
m
(Undo revision 65005 by 193.23.123.61 (talk))
 
(One intermediate revision by one user not shown)

Latest revision as of 12:34, 19 November 2013

A widely used system for defining data formats. Popular in web development, XML provides a rich system to define complex documents and data structures such as invoices, molecular data, news feeds, glossaries, inventory descriptions, etc. As long as a programmer has the XML definition for a collection of data (often called a "schema") then they can create a program to reliably process any data formatted according to those rules.

Personal tools