Fix a couple of uninitialised variables (should fix #4059).
[ardour2.git] / manual / templates / chapter_template.xml
blobea286543c3bb3e6be73c3dcbc6376497548f0209
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
5 %BOOK_ENTITIES;
7 ]>
9 <chapter id="ch-template">
11         <title>Chapter Template</title>
12         <subtitle>Subtitle</subtitle>
14         <section>
15                 <title>Section</title>
17         </section>
19         <!--
20         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
21                 href="Some_Subsection.xml" />
22         -->
24 </chapter>