C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Articles » XML »

What is XML?


Posted Date: 04 Nov 2009    Resource Type: Articles    Category: XML
Author: Abhisek PandaMember Level: Gold    
Rating: 1 out of 5Points: 6



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.



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
XML  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: How to read xml using Linq
Return to Discussion Resource Index
Post New Resource
Category: XML


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use