<?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>
      <genre>sci_philosophy</genre>
      <author><first-name>Ilse</first-name><last-name>Brandt-Nakamura</last-name></author>
      <book-title>A FictionBook Nested Three Deep</book-title>
      <lang>en</lang>
    </title-info>
    <document-info>
      <author><nickname>novus</nickname></author>
      <date value="2026-08-07">2026</date>
      <id>novus-p7-fb2-nested</id>
      <version>1.0</version>
    </document-info>
  </description>
  <body>
    <title><p>A FictionBook Nested Three Deep</p></title>
    <section>
      <title><p>Part One. Outer Section</p></title>
      <epigraph><p>Nesting is how FictionBook expresses a hierarchy: sections inside sections, with no separate table of contents to keep in step.</p></epigraph>
      <p>The outer section carries prose of its own before the inner ones begin, which is legal and is where converters that assume leaf-only content lose text.</p>
      <section>
        <title><p>1. Inner Section</p></title>
        <p>An inner section with a footnote reference<a l:href="#note1" type="note">[1]</a> pointing into the notes body.</p>
        <section>
          <title><p>1.1 Deepest Section</p></title>
          <p>Three levels down. A generated table of contents should still reach this heading.</p>
        </section>
      </section>
    </section>
    <section>
      <title><p>Part Two. Sibling Section</p></title>
      <cite><p>A cited block, which FB2 models as its own element rather than as a class on a paragraph.</p></cite>
    </section>
  </body>
  <body name="notes">
    <title><p>Notes</p></title>
    <section id="note1">
      <title><p>1</p></title>
      <p>The note itself lives in a second body element named notes - FictionBook's equivalent of an EPUB endnotes document marked linear="no".</p>
    </section>
  </body>
</FictionBook>
