1<?xml version="1.0" encoding="utf-8" ?>
2$if(mathml)$
3<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook EBNF Module V1.1CR1//EN"
4                  "http://www.oasis-open.org/docbook/xml/mathml/1.1CR1/dbmathml.dtd">
5$else$
6<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
7                  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
8$endif$
9<article>
10  <articleinfo>
11    <title>$title$</title>
12$if(author)$
13    <authorgroup>
14$for(author)$
15      <author>
16        $author$
17      </author>
18$endfor$
19    </authorgroup>
20$endif$
21$if(date)$
22    <date>$date$</date>
23$endif$
24  </articleinfo>
25$for(include-before)$
26  $include-before$
27$endfor$
28  $body$
29$for(include-after)$
30  $include-after$
31$endfor$
32</article>
33