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

Definition of XML

By , About.com Guide

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

Holiday Central

What to eat, where to go, fun things to do and how to save money on the perfect gifts. More >

Family Tech Center

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

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

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

All rights reserved.