aboutsummaryrefslogtreecommitdiff
path: root/test/fb2/reader/epigraph.fb2
blob: 5bb5cd2ef575d70e030c65b43a0d851d6d517627 (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>
		<epigraph>
			<p>Body epigraph</p>
		</epigraph>
		<section>
			<epigraph>
				<p>Section epigraph</p>
			</epigraph>
			<section>
				<epigraph>
					<p>Subsection epigraph</p>
				</epigraph>
			</section>
		</section>
	</body>
</FictionBook>