Difference between revisions of "Extensible markup language"
From DigitalJargonBuster
(ksgqRREZjRZGEbq) |
(Undo revision 65005 by 193.23.123.61 (talk)) |
||
Line 1: | Line 1: | ||
− | + | 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. | |
+ | [[Category:Jargon]][[Category:Technical]] |
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.