<?xml version="1.0" encoding="UTF-8"?><rss version="2.0">
<channel>
<title>elements</title>
<link>http://www.computersight.com/tags/elements</link>
<description>New posts about elements</description>
<item>
<title>XML Tutorial</title>
<link>http://www.computersight.com/Programming/XML/XML-Tutorial.71755</link>
<description>
<![CDATA[<p>XML (Extensible Markup Language) is comparatively one of the easiest languages to code. Like HTML, all titles must appear within tags such as:</p>
 
<p>&amp;nbsp;</p>
 
<p>A major difference in xml is that, you can write whatever you want within these tags, unlike in html where there was a specific dictionary of words that could be written.</p>
 
<p>In xml, every document should be started with the following tags:</p>
 
<p>This informs the computer that an xml document is being written. After these tags, you can go on and create more tags such as the first example I provided. Inside these sub tags, you can write whatever you want. XML is not a developer's language like html so, the coding that you write will mean absolutely nothing. Xml can be sort of thought of as a text database. Below is an example of a complete xml document:</p>
 
<p>&amp;nbsp;</p>
 
<ul>
<li>example1.mp3</li>
<li>example2.mp3</li>
<li>example3.mp3</li>
</ul>
<p>Even when writing XML documents, there are certain rules that must be followed.</p>
 
<h3>All Elements Created Must have an Ending Element</h3>
 
<ul>
<li> Beginning Element</li>
<li> Ending Element</li>
</ul>
<p>An element will not be complete until it's ending tag has been written. It is therefore very important to remember to end all your opening tags.</p>
 
<h3>Tag Letters are Case-Sensitive</h3>
 
<p>&amp;nbsp;</p>
 
<p>The above is not an element because the ending tag and opening tag do not start with the same case.</p>
 
<p>&amp;nbsp;</p>
 
<p>The above is a complete element because the ending and opening tags are both starting with the same case.</p><a href="http://www.pheedo.com/click.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FXML%2FXML-Tutorial.71755"><img src="http://www.pheedo.com/img.phdo?x=&u=http%3A%2F%2Fwww.computersight.com%2FProgramming%2FXML%2FXML-Tutorial.71755" border="0"/></a>]]></description>
<pubDate>Sun, 06 Jan 2008 10:32:39 PST</pubDate></item>
</channel>
</rss>
