summaryrefslogtreecommitdiff
path: root/tests/data/lang-sv-book-test-docbook.xml
blob: cf69f8d96a6afc8fbe42d8cce9ab81fe53e189ee (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<?asciidoc-toc?>
<?asciidoc-numbered?>

<book lang="sv">
<bookinfo>
    <title>Languages Test</title>
    <date>2003-12-21</date>
<revhistory><revision><revnumber>v1.0</revnumber><date>2003-12-21</date></revision></revhistory>
</bookinfo>
<dedication id="_dedikation">
<title>Dedikation</title>
<simpara>Dedication special section.</simpara>
</dedication>
<preface id="_förord">
<title>Förord</title>
<simpara>Preface special section.</simpara>
</preface>
<colophon id="_kolofon">
<title>Kolofon</title>
<simpara>Colophon special section.</simpara>
</colophon>
<chapter id="_the_first_section">
<title>The First Section</title>
<section id="_admonishments">
<title>Admonishments</title>
<simpara>Do not translate in the source file&#8201;&#8212;&#8201;they are translated to the
output file</simpara>
<note><simpara>Lorum ipsum.</simpara></note>
<tip><simpara>Lorum ipsum.</simpara></tip>
<warning><simpara>Lorum ipsum.</simpara></warning>
<caution><simpara>Lorum ipsum.</simpara></caution>
<important><simpara>Lorum ipsum.</simpara></important>
<figure><title>Tiger</title>
<mediaobject>
  <imageobject>
  <imagedata fileref="../../images/tiger.png"/>
  </imageobject>
  <textobject><phrase>Tiger image</phrase></textobject>
</mediaobject>
</figure>
<simpara>Followed by an example table:</simpara>
<table
frame="all"
rowsep="1" colsep="1"
>
<title>Table</title>
<?dbhtml table-width="60%"?>
<?dbfo table-width="60%"?>
<?dblatex table-width="60%"?>
<tgroup cols="2">
<colspec colname="col_1" colwidth="128*"/>
<colspec colname="col_2" colwidth="128*"/>
<thead>
<row>
<entry align="left" valign="top"> Option          </entry>
<entry align="left" valign="top"> Description</entry>
</row>
</thead>
<tbody>
<row>
<entry align="left" valign="top"><simpara>-a <emphasis>USER GROUP</emphasis></simpara></entry>
<entry align="left" valign="top"><simpara>Add <emphasis>USER</emphasis> to <emphasis>GROUP</emphasis>.</simpara></entry>
</row>
<row>
<entry align="left" valign="top"><simpara>-R <emphasis>GROUP</emphasis></simpara></entry>
<entry align="left" valign="top"><simpara>Disables access to <emphasis>GROUP</emphasis>.</simpara></entry>
</row>
</tbody>
</tgroup>
</table>
<simpara>And now for something completely different: <indexterm><primary>monkeys</primary></indexterm>monkeys, lions and
tigers.</simpara>
</section>
</chapter>
<appendix id="_exempel_appendix">
<title>Exempel-appendix</title>
<simpara>Appendix special section.</simpara>
</appendix>
<bibliography id="_referenser">
<title>Referenser</title>
<simpara>Bibliography special section.</simpara>
<bibliodiv>
<bibliomixed>
<bibliomisc>
<anchor id="taoup" xreflabel="[taoup]"/>[taoup] Eric Steven Raymond. <emphasis>The Art of Unix
  Programming</emphasis>. Addison-Wesley. ISBN 0-13-142901-9.
</bibliomisc>
</bibliomixed>
<bibliomixed>
<bibliomisc>
<anchor id="walsh-muellner" xreflabel="[walsh-muellner]"/>[walsh-muellner] Norman Walsh &amp; Leonard Muellner.
  <emphasis>DocBook - The Definitive Guide</emphasis>. O&#8217;Reilly &amp; Associates. 1999.
  ISBN 1-56592-580-7.
</bibliomisc>
</bibliomixed>
</bibliodiv>
</bibliography>
<glossary id="_ordlista">
<title>Ordlista</title>
<simpara>Glossary special section.</simpara>
<glossentry>
<glossterm>
A glossary term
</glossterm>
<glossdef>
<simpara>
  The corresponding (indented) definition.
</simpara>
</glossdef>
</glossentry>
<glossentry>
<glossterm>
A second glossary term
</glossterm>
<glossdef>
<simpara>
  The corresponding (indented) definition.
</simpara>
</glossdef>
</glossentry>
</glossary>
<index id="_sakregister">
<title>Sakregister</title>
</index>
</book>