Last active
August 1, 2019 17:44
-
-
Save stonezhl/57eb01741b66bab7a8ee51de32b417f2 to your computer and use it in GitHub Desktop.
A sample of 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"> | |
<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