2009-12-31 02:15:03 +01:00
|
|
|
$if(legacy-header)$
|
2009-12-31 02:16:44 +01:00
|
|
|
$legacy-header$
|
|
|
|
$else$
|
2009-12-31 02:15:03 +01:00
|
|
|
<?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">
|
|
|
|
$endif$
|
|
|
|
<article>
|
2009-12-31 02:16:44 +01:00
|
|
|
<articleinfo>
|
|
|
|
<title>$title$</title>
|
|
|
|
$for(author)$
|
|
|
|
<author>
|
|
|
|
$author$
|
|
|
|
</author>
|
|
|
|
$endfor$
|
|
|
|
$if(date)$
|
|
|
|
<date>$date$</date>
|
|
|
|
$endif$
|
|
|
|
</articleinfo>
|
2010-03-13 05:11:24 +01:00
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|
2009-12-31 02:15:03 +01:00
|
|
|
$body$
|
2010-03-13 05:11:24 +01:00
|
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|
2009-12-31 02:15:03 +01:00
|
|
|
</article>
|
2009-12-31 02:12:25 +01:00
|
|
|
|