-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmain.xml
More file actions
46 lines (34 loc) · 1.19 KB
/
main.xml
File metadata and controls
46 lines (34 loc) · 1.19 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
"http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<book lang="cs">
<title>Czechtile: WikiSyntax pro čechy</title>
<bookinfo>
<abstract>
<para>Kompletní průvodce Czechtile syntaxí</para>
</abstract>
<author>
<surname>Almad</surname>
</author>
</bookinfo>
<preface>
<title>Úvod</title>
<para>Pár slov o této knize</para>
</preface>
<chapter>
<title>Proč Czechtile</title>
<para>TODO</para>
</chapter>
<xi:include href="uzivatelska-prirucka.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="uzivatelska-prirucka-pro-pokrocile.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="specifikace-jazyka.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="seznam-maker.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="seznam-nodu.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="seznam-expanderu.xml"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</book>