Showing posts with label XML Tutorial. Show all posts
Showing posts with label XML Tutorial. Show all posts

Thursday, August 23, 2012

XML Tutorial


XML stands for eXtensible Markup Language.
XML is designed to transport and store data.
XML is important to know, and very easy to learn.


XML Document Example

<?xml version="1.0"?>
<note>
    <to>Tove</to>
    <from>Jani</from>
    <heading>Reminder</heading>
    <body>Don't forget me this weekend!</body>
</note>

XML Examples


Learn by examples! With our editor, you can edit XML and click on a test button to view the result.

XML Quiz Test


Test your XML skills at W3Schools!