XML Syntax

From Free Knowledge Base- The DUCK Project
Revision as of 15:55, 6 February 2008 by Admin (talk | contribs) (New page: <big>Extensible Markup Language (XML)</big> A simple, very flexible text format derived from SGML (ISO 8879). Rules: * In XML, it is illegal to omit the closing tag. * XML tags are case s...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Extensible Markup Language (XML) A simple, very flexible text format derived from SGML (ISO 8879).

Rules:

  • In XML, it is illegal to omit the closing tag.
  • XML tags are case sensitive.
  • Elements must be properly nested.
  • One element per page must be the parent of all other elements, the "root" element.
  • Some characters have a special meaning in XML.