XML: Extensible Markup Language
XML (pronounced X-M-L) is an open free standard way of creating data files and web pages.
Uses
- Exchanging data between two applications
- Making it easy to tailor web pages to various mobile devices
- Providing semantic markup, such as machine-readable annotations
- Programming configuration files, such as software settings
Example
<user>
<name>Ann Adams</name>
<email>ann@example.com</email>
</user>
What's Next?
blog comments powered by