Contact Our Development Team
Free Code Tutorials & Open Source Code
XML Tutorials
Tutorials > XML
XML
XML stands for eXtensible Markup Language, and is a designed to transfer and store data through a tag based language. It's quite important to know and understand XML, luckily it is easy to learn!
<?xml version="1.0"?>
<chatmessage>
    <to>Chris</to>
    <from>Charles</from>
    <time>2009-10-9 12:53:07</time>
    <content>Remember to write the tutorials for the XML sections of the website</content>
</chatmessage>
Before you start learning XML and how to use it, you should already have a good knowledge of HTML, JavaScript and PHP.
Page Responses
Currently there have been no responses to this page...
If you have anything to contribute to this tutorial, found a bug, or know a better way of achieving the same goal, please leave your response below.
     
Copyright ©2009, Wired IDS Ltd. | Licensed under Creative Commons Attribution Share-Alike | Load time: 0.3054 seconds