File last modified on August 18, 2022

Container

By default there are no issues with the output when InDesign is used to export the ePub. If there are any validation issues that point to container.xml the below code can be copied and replaced.

container.xml:

html
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
<container version="1.0" xmlns="urn:oasis:names:tc:opendocument:xmlns:container">
3
<rootfiles>
4
<rootfile full-path="OEBPS/content.opf" media-type="application/oebps-package+xml" />
5
</rootfiles>
6
</container>
Last build: Thursday, 08/18/2022, 01:01:08 AM