Skip to content
Novus Examples
fb2341 B

FictionBook — Short SAMPLE (FB2)

A minimal FictionBook (.fb2) SAMPLE with one section — for FB2/XML ebook importers.

Preview — first 3 linesfb2
<?xml version="1.0" encoding="UTF-8"?>
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0"><description><title-info><book-title>SAMPLE Short FB2</book-title><lang>en</lang></title-info></description><body><section><title><p>One</p></title><p>A short FictionBook SAMPLE for XML ebook parsers.</p></section></body></FictionBook>

Specifications

Format
FictionBook 2.0
Sections
1

What is a .fb2 file?

FB2 (FictionBook) is an XML-based e-book format that stores an entire book, including metadata and embedded images, in a single well-structured XML file. It emphasizes semantic markup of book structure over fixed presentation. It is especially popular in the Russian-speaking e-book community.

How to use this file

Use an example FB2 to test XML e-book parsing, embedded-image extraction, metadata handling, and converters between FB2 and EPUB.

How to use this file for testing

“FictionBook — Short SAMPLE (FB2)” is a deterministic Novus Examples fixture for Conversion testing, Editor testing. The same content exported across many formats and linked as a group, so you can convert one and diff against the expected twin.

Documented properties for this file: FictionBook 2.0. Compare results against paired or grouped companions on this page when present (clean↔damaged, searchable↔scanned, or format twins) so scores stay reproducible across runs.

Download the file once, keep the path stable in CI or local scripts, and treat the spec table as the contract: dimensions, seeds, field lists, and roles are intentional. Corrupt or invalid samples are labelled as such — expect parsers to fail loudly rather than silently accept them.

E-book fixtures are structured archives documented down to their spine and manifest. Test readers and converters, and where a valid↔intentionally-invalid pair exists, assert graceful handling of the malformed container.

Generated by generation/ebooks_wave_c.py. Free for any use, no attribution required — license.