Home Page : Glossary : "X" : XML
An XML file is a file that is readable using a standard text editor. The file uses tags to indicate the start and end of blocks, with each opening tag having a matching closing tag (although there are exceptions). Since each tag can contain other tags, XML files provide a means of providing a hierarchy of data. Since each tag has a corresponding closing tag it is possible to read an XML file without understanding what each of the tags means, which is why it is possible to build generic XML parsers.
See also DTD, JSON and the file extensions .xml and .xsd.
Relevant links:
Can you add to this definition? If so please Report an Observation. Do you know of a relevant link to add under this definition? If so please Add a Link.
© Copyright 2004-2008, A B Cryer, All Rights Reserved.