Skip to content

Instantly share code, notes, and snippets.

@stonezhl
Last active August 1, 2019 17:44
Show Gist options
  • Save stonezhl/57eb01741b66bab7a8ee51de32b417f2 to your computer and use it in GitHub Desktop.
Save stonezhl/57eb01741b66bab7a8ee51de32b417f2 to your computer and use it in GitHub Desktop.
A sample of 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">
<metadata xmlns:dc="http://purl.org/dc/elements/1.1/">
<!--The DCMES elements-->
<!--The meta elements-->
<!--The link elements-->
</metadata>
<manifest>
<!--The item elements-->
</manifest>
<spine toc="ncx">
<!--The itemref elements-->
</spine>
<!--The collection elements-->
<!--The guide elements-->
<!--Other elements-->
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment