8e8c9108cc
Change-Id: I9d4217bb977401a2abd678835f4fbbd842a05a8c
22 lines
377 B
XML
22 lines
377 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<chapter id="$xmlid$">
|
|
<chapterinfo>
|
|
<title>$if(title)$ $title$ $else$NO TITLE$endif$</title>
|
|
$for(author)$
|
|
<author>
|
|
$author$
|
|
</author>
|
|
$endfor$
|
|
$if(date)$
|
|
<date>$date$</date>
|
|
$endif$
|
|
</chapterinfo>
|
|
$for(include-before)$
|
|
$include-before$
|
|
$endfor$
|
|
$body$
|
|
$for(include-after)$
|
|
$include-after$
|
|
$endfor$
|
|
</chapter>
|