Difference between revisions of "XML"

From Lazarus wiki
Jump to navigationJump to search
(link to json)
m
 
Line 1: Line 1:
 +
{{XML}}
 +
 
The E'''x'''tensible '''M'''arkup '''L'''anguage (XML) is a W3C recommended language created to interchange information between different systems. It is a text based way to store information.
 
The E'''x'''tensible '''M'''arkup '''L'''anguage (XML) is a W3C recommended language created to interchange information between different systems. It is a text based way to store information.
  

Latest revision as of 10:32, 18 June 2014

English (en) 中文(中国大陆)‎ (zh_CN)

The Extensible Markup Language (XML) is a W3C recommended language created to interchange information between different systems. It is a text based way to store information.

A more recent "competing" standard for interchanging information is JSON

See also

External links