summaryrefslogtreecommitdiff
path: root/manual/templates/chapter_template.xml
blob: 7a82e3385395c8de509999689ee78b241c14d4b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" standalone="no"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [

]>

<chapter id="ch-template">

	<title>Chapter Template</title>
	<subtitle>Subtitle</subtitle>

	<section>
		<title>Section</title>

	</section>

	<!--
	<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
		href="Some_Subsection.xml" />
	-->

</chapter>