Closed bcharp closed 10 years ago
Your "nav" document should be XHTML5 not XHTML1.1 (just like every other HTML content document in your EPUB)
Use this instead:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:epub="http://www.idpf.org/2007/ops"
lang="en-US" xml:lang="en-US">
it works, thanks !
Hi,
On iOS, When I'm trying to open a fixed layout ePub 3, I got a freeze. Then this message appear in console :
It seems that readium is trying to load the html DTD from the nav.html. I can't intercept it in NSURLProtocol so I guess it's in C++.
Does readium support ePub 3 nav.html ?
Thanks.