diff options
Diffstat (limited to 'test/fb2/reader/poem.fb2')
-rw-r--r-- | test/fb2/reader/poem.fb2 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/test/fb2/reader/poem.fb2 b/test/fb2/reader/poem.fb2 new file mode 100644 index 000000000..fcf4a0c02 --- /dev/null +++ b/test/fb2/reader/poem.fb2 @@ -0,0 +1,28 @@ +<?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> + <section> + <poem> + <title> + <p>Poem title</p> + </title> + <epigraph> + <p>Poem epigraph</p> + </epigraph> + <stanza> + <subtitle>Subtitle</subtitle> + <title> + <p>First stanza title</p> + </title> + <v>Verse</v> + <v><emphasis>More</emphasis> verse</v> + </stanza> + <stanza> + <v>One more stanza</v> + </stanza> + <text-author>Author</text-author> + <date>April 2018</date> + </poem> + </section> + </body> +</FictionBook> |