<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="template.xsl"?>

<article>
	<section>
		<text>
		Here is some text in the first section.
		Nothing special here, just some random text to
		show that this thing is working. Here comes
		a block of code:
			<code>
Here is a block of code.
Note that it has to be left-justified
since it will become a preformatted
section in the HTML file.</code>

		And here is some more text after
		the code. La dee da.
		</text>
	</section>

	<section>	
		<text>
		Here is a new section. Later on we'll do something
		more interesting with the section dividers.
		</text>
	</section>
	
</article>


