blob: bfe5ac16f2f12392e893ddd80e77cb3973cc5eb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<?xml version="1.0"?>
<book xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink">
<info>
<title>Experiment Player</title>
<subtitle>A tool for analyzing experiments...</subtitle>
<author>
<personname><firstname>Jens</firstname> <surname>Lammert</surname></personname>
<email>jens.lammert@st.ovgu.de</email>
</author>
<copyright>
<year>2012</year><holder>Otto-von-Guericke Universität Magdeburg</holder>
</copyright>
<abstract><para>
The following document describes how to use the experiment player...
<!-- TODO -->
</para></abstract>
</info>
<preface>
<title>Introduction</title>
<para>
Bla Bla...
<!-- TODO -->
</para>
</preface>
</book>
|