Jump to content

XML: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
No edit summary
Line 1: Line 1:
The Extensible Markup Language or '''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.
The eXtensible Markup Language or '''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.


===OS/2 XML parsing tools, utilites and libraries===
===OS/2 XML parsing tools, utilites and libraries===
Line 12: Line 12:


====OS/2 text editors with XML support====
====OS/2 text editors with XML support====
* [[Lugaru Epsilon]] - XML syntax highlighting and autoindent available as a separate download. - Commercial.
* [[Lugaru Epsilon]] - XML syntax highlighting and autoindent available as a separate download - Commercial
* [[QXmlEdit]] - [[Qt]] based XML editor - Open source - Current
* [[QXmlEdit]] - [[Qt]] based XML editor - Open source
 
==Links & publications==
==Links & publications==
* [https://www.w3.org/XML/ XML homepage]
* [https://www.w3.org/XML/ XML homepage]
* 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 Languages]]
[[Category:Markup Languages]]
[[Category:XML]]

Revision as of 21:35, 17 September 2016

The eXtensible Markup Language or 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.

OS/2 XML parsing tools, utilites and libraries

OS/2 text editors with XML support

  • Lugaru Epsilon - XML syntax highlighting and autoindent available as a separate download - Commercial
  • QXmlEdit - Qt based XML editor - Open source

Links & publications