1. Home
  2. Computing & Technology
  3. C / C++ / C#

Definition of XML

By David Bolton, About.com

Definition: XML is an acronym for eXtensible Markup Language. It is
  • A human readable way of describing structured data.
  • A human readable way of describing data.
XML is made up of tags enclosing text like this.
<dataset>
<record>
<name>David</name>
<age>47</age>
</record>
</dataset>
It is similar in structure to HTML, the language of web pages but contains no presentation information and is very strict about closing off tags.

XML is used increasingly for config data and data transfer as it is more of a standard. XML parsers exist for most platforms and have been written in many computer languages. On Win 32 the Microsoft XML parser is provided as an COM component.

Glossary:

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Examples:
XML and HTMl were combind to produce xhtml.
Explore C / C++ / C#
About.com Special Features

Stay connected and entertained with reviews on tips on the latest HDTVs, cellphones and more. More >

Easy ways to connect two computers for networking purposes. More >

  1. Home
  2. Computing & Technology
  3. C / C++ / C#

©2009 About.com, a part of The New York Times Company.

All rights reserved.