<?xml version="1.0"?>
<document>
  <properties>
    <title>Completeness</title>
    <author email="fmuhlenberg@hpti.com">Fred Muhlenberg</author>
	</properties>
	<body>
		<section name="Overview">
			<p>
			This document contains demonstration of a bug in the xdoc
			transformation.
			</p>
		</section>
		
		<section name="Discussion">
		<p>
		This is a sample discussion where the HTML sources still preserve
		the paragraph &lt;p&gt; character.
		</p>
		<p>
		<b>The Problem</b>
		</p>
		<p>
		When writing the xdoc sources for documentation, I add various HTML
		markup tags, notably the paragraph &lt;p&gt; character.  After site
		generation, I find that the paragraph &lt;p&gt; character is stripped
		after a list tag such as &lt;ul&gt; is encountered.
		</p>
		<p>
		
		</p>
		<ul>
			<li>list item,
			</li>
			<li>list item,
			</li>
			<li>etc.
			</li>
		</ul>
		<p>
		A paragraph block after the list
		</p>
		<p>
		I am forced to use break &lt;br&gt; tags in all paragraph blocks after 
		the list because no more paragraph &lt;p&gt; character appear
		in the source HTML.
		</p>
		<p>
		Right click and view the source yourself.
		</p>

		</section>


				
  </body>
</document>


