22 lines
419 B
XML
22 lines
419 B
XML
|
<?xml version="1.0" standalone="no"?>
|
||
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/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>
|