24 lines
468 B
Text
24 lines
468 B
Text
|
<?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>
|