diff options
Diffstat (limited to 'test/fb2/reader/meta.fb2')
| -rw-r--r-- | test/fb2/reader/meta.fb2 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/test/fb2/reader/meta.fb2 b/test/fb2/reader/meta.fb2 new file mode 100644 index 000000000..7e1736d64 --- /dev/null +++ b/test/fb2/reader/meta.fb2 @@ -0,0 +1,26 @@ +<?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"> + <description> + <title-info> + <author> + <first-name>First</first-name> + <middle-name>Middle</middle-name> + <last-name>Last</last-name> + </author> + <author> + <first-name>Another</first-name> + <last-name>Author</last-name> + </author> + <book-title>Book title</book-title> + <annotation> + <p>Book annotation</p> + <p>Second paragraph of book annotation</p> + </annotation> + <keywords>foo, bar, baz</keywords> + <date>2018</date> + </title-info> + </description> + <body> + <title><p>Body title</p></title> + </body> +</FictionBook> |
