<?xml version="1.0" encoding="UTF-8"?>
<document xmlns="http://www.doc.org/ns" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.doc.org/ns document.xsd">
	<title>Beginning XML</title>
	<author>Hunter et al.</author>
	<chapter name="Chapter 1">
		<section>Chap. 1_1</section>
		<section>Chap. 1_2</section>
		<section>Chap. 1_3</section>
	</chapter>
	<chapter name="Chapter 2">
		<section>Chap. 2_1</section>
		<section>Chap. 2_2</section>
	</chapter>
	<chapter name="Chapter 3">
		<section>Chap. 3_1</section>
		<section>Chap. 3_2</section>
		<section>Chap. 3_3</section>
		<section>Chap. 3_4</section>
	</chapter>
</document>

