<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="../html2twiki.xslt"?>
<html>
<body>
<h1>This is an HTML 2 TWiki example</h1>
<p>
	The <a href="http://www.w3.org/TR/xslt">XSLT</a> supports a wide collection of HTML tags like basic formatting tags to lists.
	This should be on the same line. 
</p>

<h2>Simple formatting</h2>

<p><b>This is bold</b></p>
<p><strong>This is strong</strong></p>
<p><i>This is italic</i></p>
<p><em>This is emphasized</em></p>
<p><code>This is code</code></p>
<hr />
<p><b><code>This is bold code</code></b></p>
<p><b><i>This is bold italic</i></b></p>
<p><b><em>This is bold emphasized</em></b></p>

<pre>
The following text
	is preformatted
		and therefor should
	be shown verbatim

    &lt; four spaces
      &lt; six spaces
	&lt; one tab

<b>This text is shown bold in HTML but really AS IS in TWiki.
This is due to a limitation but it's a nice side effect.</b>
</pre>

</body>
</html>