Skip to content

Instantly share code, notes, and snippets.

@stonezhl
Last active July 30, 2019 04:27
Show Gist options
  • Save stonezhl/0e9df983a31876c3f4ef34a434a0af60 to your computer and use it in GitHub Desktop.
Save stonezhl/0e9df983a31876c3f4ef34a434a0af60 to your computer and use it in GitHub Desktop.
A sample of the spine element in an OPF file.
<?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