You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
493 B
XML
15 lines
493 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<appendix xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink"
|
|
version="5.0"
|
|
xml:id="app_template">
|
|
<?dbhtml stop-chunking?>
|
|
<title>Appendix template</title>
|
|
<para>This is the first paragraph of a new appendix...</para>
|
|
<section xml:id="sample-app-section">
|
|
<title>Section title</title>
|
|
<para>Section text...</para>
|
|
</section>
|
|
</appendix>
|