All Online Learning

XML Applications

Simple XML

Xml (eXtensible Markup Language) is a mark up language and designed to be self-descriptive and to be store and transport data.XML is designed to carry data, not to display data.XML is platform independent and language independent

Well formed xml document:

  • It must begin with the XML declaration.
  • It must have one unique root element
  • All start tags of XML documents must match end tags
  • XML tags are case sensitive
  • All elements must be closed
  • All elements must be properly nested.
  • All attributes values must be quoted.
  • XML entities must be used for special characters
  • Execution Command:

  • .xml extention is used for XML Document
  • open XML Document with browser for output
  • Topic View/Download
    Simple XML Program View

    www.allonlinelearning.com