<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="discussion.xsl"?>
<Discussion title="Hello World">
	<Topic title="Hello Hello">
		<Point title="Bonjour">
			<Author dname="JJD">Hello World!
				<Author dname="Paul">This is a response
					<Author dname="JJD">What about a counter response
					</Author>
				</Author>
			</Author>
			<Author dname="JP">Hi
				<Author dname="Paul">Greetings
				</Author>
			</Author>
			<Summary title="This a summary of that point"/>
		</Point>
		<Point title="Hola">
			<Author dname="Michael">This is another point
			</Author>
			<Action tittle="First action">
			<Author dname="JJD">Let's go
			</Author>
		</Action>
		</Point>
	</Topic>
	<Topic title="Second topic">
		<Point>
			<Author dname="JJD">Yet another topic
			</Author>
		</Point>
		<Issue tittle="Some issue">
			<Author dname="Kalpana">Yet another issue
			</Author>
		</Issue>
		<Action tittle="Some action">
			<Author dname="Bryan">Yet another action
			</Author>
		</Action>
	</Topic>
</Discussion>

