What is XML ? : Introduction to XML
- XML Stands for EXtensible Markup Language (XML).
- XML is the Universal format for Structuring Documents and Data on the Web.
- Actually Extensible Markup Language is not a markup language , but a set of rules for creating a new markup language.
- XML is a Subset of Standard Generalized Markup Language (SGML).
- SGML specifies the Rules for Creating Markup Languages.
- The XML 1.0 was made a World Wide Web Consortium (W3C) recommendation on February 10, 1998.
- A typical XML structure looks Similar to HTML code.
Typical Example of XML :
<?xmlversion="1.0"?>
<ADDRESS>
<NAME>Pritesh Taral</NAME>
<STREET>Solapur Road</STREET>
<CITY>Pune</CITY>
<STATE>Maharashtra</STATE>
<ZIP>43256</ZIP>
</ADDRESS>
Explanation :
- XML is hierarchical Structure.
- XML consists of Tags.
- XML Tags are user Defined , Like HTML they are not Pre-defined.
- XML is Not Used to Render Web Pages , It is used to Transfer and Represent Data,

About the author: Pritesh View all posts by Pritesh
My name is Pritesh Taral. I am working in well known MNC. as Java Developer. I am part time blogger loves writing articles on C/C++. I am active on facebook using community fan page .One can Visit me @ Facebook
Facebook Fan Page