Difference between revisions of "XML"

From Lazarus wiki
Jump to navigationJump to search
m
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
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
+
{{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.
 +
 
 +
A more recent "competing" standard for interchanging information is [[JSON]]
  
 
== See also ==
 
== See also ==
Line 6: Line 10:
 
* [[XML Decoders]]
 
* [[XML Decoders]]
 
* [[fcl-xml]]
 
* [[fcl-xml]]
 +
 +
== External links ==
 +
* [http://www.thomas-zastrow.de/texte/fpcxml/index.php Thomas Zastrow fpx/xml tutorial (DOM)] [http://web.archive.org/web/20080802150722/http://www.thomas-zastrow.de/texte/fpcxml/index.php Alternate link]
  
 
[[Category:XML]]
 
[[Category:XML]]

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