13 lines
315 B
XML
13 lines
315 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<chapter xml:id="ch-chapter-title" xmlns:xi="http://www.w3.org/2001/XInclude">
|
|
<title>Chapter Title</title>
|
|
|
|
<introduction>
|
|
<p> Text before the first section. </p>
|
|
</introduction>
|
|
|
|
<!-- include sections -->
|
|
<xi:include href="sec-section-name.ptx" />
|
|
|
|
</chapter> |