| 1 |
<?xml version='1.0' encoding="UTF-8"?> |
| 2 |
<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/test.xml,v 1.69 2007/01/10 17:32:45 neysx Exp $ --> |
| 3 |
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 |
|
| 5 |
<guide link="/doc/en/test.xml"> |
| 6 |
<title>Testfile</title> |
| 7 |
|
| 8 |
<author title="Author"> |
| 9 |
<mail link="pylon@gentoo.org">Lars Weiler</mail> |
| 10 |
</author> |
| 11 |
|
| 12 |
<abstract> |
| 13 |
This is a testfile with some guidexml content. The main purpose is to test our |
| 14 |
DTD-checker on the CVS-server. |
| 15 |
</abstract> |
| 16 |
|
| 17 |
<license /> |
| 18 |
|
| 19 |
<version>1.68</version> |
| 20 |
<date>2007-02-23</date> |
| 21 |
|
| 22 |
<chapter> |
| 23 |
<title>Sample Chapter 1</title> |
| 24 |
<section> |
| 25 |
<title>Sample Section 1</title> |
| 26 |
<body> |
| 27 |
|
| 28 |
<p> |
| 29 |
Some text. |
| 30 |
Some more text. |
| 31 |
</p> |
| 32 |
|
| 33 |
</body> |
| 34 |
</section> |
| 35 |
<section> |
| 36 |
<title>Sample Section 2</title> |
| 37 |
<body> |
| 38 |
|
| 39 |
<p> |
| 40 |
<b>Some bold text</b> and <e>emphasised</e>. |
| 41 |
</p> |
| 42 |
|
| 43 |
<p> |
| 44 |
Testing CIA bot. |
| 45 |
</p> |
| 46 |
|
| 47 |
</body> |
| 48 |
</section> |
| 49 |
</chapter> |
| 50 |
|
| 51 |
</guide> |