XML - SPLessons
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

XML Overview

XML Overview

shape Description

XML is type of scripting language which stands for Extensible Markup Language derived from Standard Generalized Markup Language (SGML). XML defines set of rules developed by W3C, an open standard, for encoding data in documents in a structured manner. Since the rules are standard, the XML documents can be automatically generated and processed. In XML, the user can define own tags to store the data and is also extensible which means once the XML document is created, the document can be extended to store more data. Markup implies the tags which are used in XML.

Defining XML

shape Description

From the name of XML itself, the following terms can be easily understood.

Features

shape Description

XML is used in web development and has the following features.
  • XML separates data from HTML.
  • Data Sharing becomes easier with XML.
  • Upgradation to new operating systems is quite simple with XML.
  • Many languages like XHTML, WSDL, WAP and WML can be derived from XML.
  • Availability of data with XML is easy.

Uses

XML has wide range of uses. Few of them are:
  • XML for storing the data in a structured format.
  • XML documents helps as mini storage for browsers for storing the data.
  • Used for storing configuration files in XML formats.
  • XML can be mixed up with various CSS style sheets to get the required output.
  • Transmission of data between Server-Server, WorkStation-Server and vice-versa becomes easier with XML as shown in below figure.

Summary

shape Key Points

  • XML is derived form SGML.
  • Extensible indicates usage of user-defined tags.
  • Markup is Symbols or notations( ^, /, ?,..) used to correct in making up text.