Jump to content

XML: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
 
Line 27: Line 27:
==Links==
==Links==
* [https://www.w3.org/XML/ XML homepage]
* [https://www.w3.org/XML/ XML homepage]
* Richard Sinn: [https://web.archive.org/web/20001019121356/http://www.developer.ibm.com/devcon/rsinnarticle.htm XML by example]
* Michael Champion: [http://www.xml.com/pub/a/2001/05/02/champion.html Daring to Do Less with XML]
* Michael Champion: [http://www.xml.com/pub/a/2001/05/02/champion.html Daring to Do Less with XML]


[[Category:Markup Language]]
[[Category:Markup Language]]

Latest revision as of 20:27, 13 November 2019

The Extensible Markup Language (XML) is a human readable data container standard that uses an SGML subset markup language to define containers. It is intended more for exchange of information rather than actual storage of it, as it can grow pretty large but also works well for small storage files that need to be human readable and editable with a simple tool, small configuration files being one example.

Document Formats

XML parsing tools, utilities and libraries
Text editors with XML support
  • Lugaru Epsilon - XML syntax highlighting and auto-indent available as a separate download
  • QXmlEdit - Qt based XML editor - Open source

Publications

Links