<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="naked.css" type="text/css"?>
<peter>
	<paul>
		<mary>Naked HTML</mary>
	</paul>
	<bob>
		<bill>some text in a paragraph..</bill>
		<george>
			<hillary>an ordered list's first item</hillary>
			<hillary>and the second one</hillary>
		</george>
		<jim>
				<joe><jill>row 1, column 1</jill><jill>row 2, second column</jill></joe>
				<joe><jill>another row, first column</jill><jill>the last table cell</jill></joe>
		</jim>
	</bob>
</peter>
