13
0
livetrax/manual/templates/chapter_template.xml
Tim Mayberry 78bafce752 Add an entities file and include it in the templates.
git-svn-id: svn://localhost/ardour2/trunk@1472 d708f5d6-7413-0410-9779-e7cbd77b26cf
2007-02-17 13:16:27 +00:00

25 lines
486 B
XML

<?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" [
<!ENTITY % BOOK_ENTITIES SYSTEM "./entities.ent">
%BOOK_ENTITIES;
]>
<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>