summaryrefslogtreecommitdiff
blob: d2826f0a657e7ce2992b19a116d69b4dbe0320f6 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version='1.0' encoding="UTF-8"?>
<!-- $Id: test.xml,v 1.1 2007/05/14 22:53:32 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">

<guide link="/doc/en/test.xml">
<title>Testfile</title>

<author title="Author">
  <mail link="pylon@gentoo.org">Lars Weiler</mail>
</author>

<abstract>
This is a testfile with some guidexml content. The main purpose is to test our
DTD checker on the CVS server.
</abstract>

<license />

<version>1.74</version>
<date>2007-03-08</date>

<chapter>
<title>Sample Chapter 1</title>
<section>
<title>Sample Section 1</title>
<body>

<p>
Some text.
Some more text.
</p>

</body>
</section>
<section>
<title>Sample Section 2</title>
<body>

<p>
<b>Some bold text</b> and <e>emphasised</e>.
</p>

<p>
Testing gentoo-doc-cvs mailing list.
</p>

</body>
</section>
</chapter>

</guide>