<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="../html2twiki.xslt"?>
<html>
<body>
<h1>
	White 
	space 
	testing
</h1>

<p>
This text
	should all
    	    be on one line
</p>
<p>
		This  text    contains a     lot of white     space		between		words, but      it should        be		 normalized.
</p>
<p>
	This <u>text</u> <b>	contains</b> tags with <i> spaces </i> between them.
</p>
<p>
	This        is		a <u>combination</u>	    of <i>	the		last	</i> two.
</p>
<p>			Initial whitespace without a leading newline</p>
</body>
</html>