01 Introduction
01 Introduction
(XML)
XML
Definition
• A markup language that is fast becoming a standard of data
interchange
• A software- and hardware-independent tool for storing and
transporting data
– An open standard from W3C
– A direct descendant from SGML(Standard Generalized
Markup Language)
XML
Example
Example: Product Inventory Data
<Product>
<Name>Refrigerator</Name>
<Model Number>R3456d2h</Model Number>
<Manufacturer>General Electric</Manufacturer>
<Price>1290.00</Price>
<Quantity>1200</Quantity>
</Product>
XML
Data Interchange
• XML is Extensible