Fix a couple of uninitialised variables (should fix #4059).
[ardour2.git] / manual / templates / section_template.xml
blobe5cb7ae34d088e9763aacacf371ee3867165be60
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE section 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 <section id="sn-template">
11         <title>Section Template</title>
12         <subtitle>Subtitle</subtitle>
14         <para>
15                 A paragraph
16         </para>
18         <!--
19         <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 
20                 href="Some_Subsection.xml" />
21         -->
23 </section>