blob: cfe9588d8d131a69e39eb2eefcded4bbf03f985a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:l="http://www.w3.org/1999/xlink">
<body>
<title><p>Body title</p></title>
<section>
<title><p>Section title</p></title>
<section>
<title>
<p>Subsection title</p>
<p>with multiple paragraphs</p>
</title>
</section>
<section>
<title><p>Another subsection title</p></title>
</section>
</section>
</body>
</FictionBook>
|