<?xml version="1.0" encoding="utf-8"?>
<tutorial>

<description>META DESCRIPTION (a short sentence about the tutorial)</description>
<keywords>keyword, keyword, keyword,(please include the title and programming language)</keywords>

<title>TUTORIAL TITLE</title>
<slug>Introductory paragraph about the tutorial.</slug>

<text>

<p><b>Titles may look like this</b><br />
Body text may flow in paragraphs like this.</p>

<pre>Actual code may be placed inside
of pre tags to make it monospaced and
green and wrap according to the way breaks
are placed in this file (e.g. this paragraph
takes 5 lines).</pre>

<![CDATA[
Straight HTML code can be place inside of CDATA tags so it does not get parsed by our xml parser.
]]>

<p>Links in a paragraph are written like: <link><url>http://www.spoono.com/</url>Link</link>. You can also make a small bit of text appear green and monospaced like the pre text does (but not break out into its own paragraph) by using <green>the green tag</green> like that.</p>

</text>
</tutorial>