<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="chapter2html.xsl"?>
<chapter id="example">
	<title>XML Example</title>
	<para type="intro">This is an introductory paragraph. It doesn't belong to any of the sections.</para>
	<section>
		<title>Main Section</title>
		<para type="intro">This is the <b>first</b> paragraph of the first section.</para>
		<para>Second paragraph.</para>
		<para type="note">This is a note!</para>
		<para type="warning">Don't even think about turning the page yet!</para>
		<section>
			<title>Subsection</title>
			<para type="intro">Looks like we started another section here!</para>
		</section>
	</section>
	<section>
		<title>Another Section</title>
		<para type="intro">And the chapter continues...</para>
	</section>
</chapter>
