XML - Extensible Markup Language

XML(Extensible Markup Language) is considered extensible because it is not a fixed format like HTML. It is designed to enable the use of SGML(Standard Generalized Markup Language) on the World Wide Web.

XML itself is not a single markup language: it is a metalanguage that lets you design your own markup language. A regular markup language defines a way to describe information in a certain class of documents (eg HTML). XML lets you define your own customized markup languages for many classes of document. It can do this because it is written in SGML, the international standard metalanguage for markup languages.

You can use XML to describe any type of data. XML can also be used to create new element types.

XML is:

  1. Extensible - flexibility
  2. Portable
  3. Structured
  4. Descriptive


Differences between HTML and XML


Features of XML


Features of Document Type Definitions



Click here to return to Wayne's World's homepage: arrowUp


written by Wayne Summers summers_wayne@ColumbusState.edu

Valid XHTML 1.0!