Home

News

International

Screen Shots

Documentation

Download

Build

License

Credits

Contact

SourceForge Project

Tintware Documentation : Tint Documentation Tools : tml : An Example Source
<pages>
<page name="An Example">
<h1>First Level Header</h1>
<p>This is a paragraph. It has <b>bold</b>, <i>italic</i>, and
<tt>typewriter</tt> text in it. It also has a link to
<a pref="A Page Name">another page</a> and to a <a
href="www.sourceforge.org">url</a>.
</p>
<p>
The following is an example of the <tt>contents</tt> tag and <tt>item</tt>
tags.
</p>
<contents>
<item pref="A Page Name">Another Page</item>
<item pref="Important Information">Not So Important Information</item>
</contents>
</page>

<page name="A Page Name">
<h2>Second Level Header</h2>
<pre>This is
preformatted
        text.
</pre>
</page>

<page name="Important Information">
<h3>Third Level Header</h3>
<p>
No more important information.
</p>
</page>
</pages>