Working with EPUB
EPUB is a free and open electronic book standard by the International Digital Publishing Forum (IDPF). It was designed for reflowable content, meaning that the text display can be optimized for the particular display device used by the reader of the EPUB-formatted book. Oxygen XML Editor supports both EPUB 2.0 and EPUB 3.0.
- Document content (XHTML and image files).
- Packaging files.
- Container files.
Figure: EPUB file displayed in the Archive Browser view
Here you can edit, delete and add files that compose the EPUB structure. To check that the
EPUB file you are editing is valid, invoke the
Validate and Check for
Completeness action. Oxygen XML Editor uses the open-source
EpubCheck validator to perform the validation. This validator detects
many types of errors, including OCF container structure, OPF and OPS mark-up, as well as
internal reference consistency. All errors found during validation are displayed in a separate
tab in the Errors view.
Open
in System Application action to see how the EPUB is rendered in your system
default EPUB reader application.To watch our video demonstration about the EPUB support in Oxygen XML Editor, go to http://oxygenxml.com/demo/Epub.html.