Extensible Markup Language (XML)
CW2.png This article is a stub. You can help the CodeWorld community by expanding it.

What is XML

XML is the language used to make things like RSS feed, databases, hierarchy's, data exchange… It's a useful language to learn.

Sample

<?xml version="1.0" encoding="UTF-8" ?>
    <ARootTag>
        <SubTag1 attribexample="subtag"/>
        <SubTag2 id="A text node">
        Content... Blah Blah
        </SubTag2>
</ARootTag>

Tutorials

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License