XML: Difference between revisions
Appearance
No edit summary |
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 and libraries=== | ===OS/2 XML parsing tools, utilites and libraries=== | ||
* [[Apache XML Commons]] - Sundry [[Java]] based XML tools - Open source - Current | |||
* [[Apache Xerces C++]] - Validating XML C++ class library & parser - Open source - Current | * [[Apache Xerces C++]] - Validating XML C++ class library & parser - Open source - Current | ||
* [[Apache Xerces2 Java]] - Modular XML parser - Open source - Current | * [[Apache Xerces2 Java]] - Modular XML parser - Open source - Current |
Revision as of 20:18, 12 June 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
- Apache XML Commons - Sundry Java based XML tools - Open source - Current
- Apache Xerces C++ - Validating XML C++ class library & parser - Open source - Current
- Apache Xerces2 Java - Modular XML parser - Open source - Current
- Apache Xerces Perl - Perl API for Xerces C++ XML parser - Open source - Current
OS/2 text editors with XML support
- Lugaru Epsilon - XML syntax highlighting and autoindent available as a separate download. - Commercial.
Links & publications
- Michael Champion: Daring to Do Less with XML