Inhaltsverzeichnis (vollständig)

Das Standard-Inhaltsverzeichnis wie es auch einer generierten Seite entsprechen würde:

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:tpl="https://www.parsx.de/ns/4.0/epub-tpl" xmlns:epub="http://www.idpf.org/2007/ops" xml:lang="de" lang="de">
	<head>
		<meta charset="utf-8"/>
		<link rel="stylesheet" type="text/css" href="stylesheet.css" id="style-standard" />
		<title>[Inhaltsübersicht] (TOC)</title>
	</head>
	
	<body>
		<section class="inhaltsverzeichnis tpl linked level1" epub:type="chapter" role="doc-chapter">
			
			<!-- Überschrift -->
			<header class="u1 simple_header">
				<h1 class="titel">
					<span class="text" epub:type="title">Inhaltsverzeichnis (TOC)</span>
				</h1>
			</header>
			
			<!-- Inhaltsverzeichnis in <nav>-Element ausgeben -->
			<!-- vollständiges TOC (wie im EPUB 3) -->
			<nav class="inhalt" epub:type="toc" role="doc-toc" tpl:callTemplate="inhaltsverzeichnis-toc"/>
			
		</section>
	</body>
</html>