What is XML?

Extended Markup Language(XML):-



Extended Markup Language or XML is a language used for exchanging data between applications. XML is not only used on internet but it is also used to simply exchange data between different platforms and applications.

The need for XML is simple.In commercial environments, application need to exchange data/information in order to integrate. Integration has traditionally been very difficult to do and XML together with web service is designed to reduce the difficulties and cost involved in software integration.

The actual structure of the data contained in the XML document is up to the customers and suppliers to decide. Any two parties who wish to exchange data using XML are completely free to decide what the document should look like.

XML is a lot more descriptive and it can be validated against a schema. A schema defines what the XML document or fragment should look like. XML is come out from "Standard General Markup Language(SGML)". In many ways XML is not a language as the name suggests but is rather a set of rules for defining your own markup language that allows the exchange of data.

XML is tag based,i.e, the document is made up of tags that contains data.

<Book>
<Title> Beginning VB.NET 2003</Title>
<ISBN> 00125489753012</ISBN>
<Publisher> Wrox Publication</Publisher>
</Book>

The above XML file represents the description of a book.


Comments

Author: Sona27 Feb 2010 Member Level: Silver   Points : 0

I like this article.

Author: satyajee srivastava22 Dec 2010 Member Level: Silver   Points : 1

XML stands for Extensible Markup Language (XML) An open standard for describing data from the W3C. It is used for defining data elements on a Web page and business-to-business documents. XML uses a similar tag structure as HTML; however, whereas HTML defines how elements are displayed, XML defines what those elements contain.
Features :
* XML is a markup language much like HTML.
* XML was designed to describe data.
* XML tags are not predefined in XML. You must define your own tags.
* XML is self describing.
* XML uses a DTD (Document Type Definition) to formally describe the data.


For more information Visit:-
1.www.xml.com
2.www.w3schools.com/xml/default.asp
3.www.w3.org/XML/



  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: