Last active
July 30, 2019 04:27
-
-
Save stonezhl/0e9df983a31876c3f4ef34a434a0af60 to your computer and use it in GitHub Desktop.
A sample of the spine element in an OPF file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<package xmlns="http://www.idpf.org/2007/opf" dir="ltr" prefix="se: http://standardebooks.org/vocab/1.0" unique-identifier="uid" version="3.0" xml:lang="en-US"> | |
<spine toc="ncx"> | |
<itemref idref="titlepage.xhtml"/> | |
<itemref idref="chapter-1.xhtml"/> | |
<itemref idref="chapter-2.xhtml"/> | |
<itemref idref="chapter-3.xhtml"/> | |
<itemref idref="uncopyright.xhtml"/> | |
<!--Other itemrefs--> | |
</spine> | |
<!--Other elements--> | |
</package> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment