<?xml version="1.0"	encoding="UTF-8"?>


<document title="Sample Document" author="Greg Gaffney" date="12/17/2003">

	<chapter title="Another day">
		<p><big>T</big>his is not a very <i>interesting</i> example, but, it does show how you can do
			a few things using <b>XSLT</b> and <b>XSL-FO</b>. If you are interested in getting further
			into the details, you might want to take a look at Dave Pawson's book: 'XSL-FO'. It is a
			very readable introduction to XSL-FO. You will also want to look at the W3C's XSL-FO
			specification.
			It is not light reading, but it is a necessary reference if you are serious about XSL-FO.
		</p>
	</chapter>

	<chapter title="Doris gets her oats">
		<p><big>T</big>his is some sample text with a <b>bold</b> word in it.</p>
	</chapter>



</document>

