c6b79d794e
Use --template instead.
23 lines
468 B
XML
23 lines
468 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
|
|
<article>
|
|
<articleinfo>
|
|
<title>$title$</title>
|
|
$for(author)$
|
|
<author>
|
|
$author$
|
|
</author>
|
|
$endfor$
|
|
$if(date)$
|
|
<date>$date$</date>
|
|
$endif$
|
|
</articleinfo>
|
|
$for(include-before)$
|
|
$include-before$
|
|
$endfor$
|
|
$body$
|
|
$for(include-after)$
|
|
$include-after$
|
|
$endfor$
|
|
</article>
|