From http://www.w3schools.com (Copyright Refsnes Data)

XML Tutorial

« W3Schools Home Next Chapter »

XML

XML stands for eXtensible Markup Language.

XML is designed to transport and store data.

XML is important to know, and very easy to learn.

Start learning XML now!

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.

Try-It-Yourself!

XML Quiz Test

Test your XML skills at W3Schools!

Start the XML Quiz!

XML Exam - Get Your Diploma!

W3Schools Certification

W3Schools' Online Certification Program

The perfect solution for professionals who need to balance work, family, and career building.

More than 4000 certificates already issued!

The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.

The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.

The XML Certificate documents your knowledge of XML, XML DOM and XSLT.

The ASP Certificate documents your knowledge of ASP, SQL, and ADO.

The PHP Certificate documents your knowledge of PHP and SQL (MySQL).


« W3Schools Home Next Chapter »

From http://www.w3schools.com (Copyright Refsnes Data)