I am using an HTML5 document with <nav> tags http://www.w3schools.com/html5/tag_nav.asp. This document is also being used as the source for an EPUB document. I am therefore using the <nav> tag's epub:type attribute to conform with the upcoming EPUB3 specification.
so <nav epub:type="toc">nav stuff here...</nav>
Currently, when building with PrinceXML 8, when I try to convert this HTML document with prince, I get the following error:
prince: builds/html/book.html:34: error: Namespace prefix epub for type on nav is not defined
Is there any way that you can allow these types of attributes for the prince build, or perhaps create a flag to ignore attributes in standard HTML5 tags?
Thanks for the great work!
so <nav epub:type="toc">nav stuff here...</nav>
Currently, when building with PrinceXML 8, when I try to convert this HTML document with prince, I get the following error:
prince: builds/html/book.html:34: error: Namespace prefix epub for type on nav is not defined
Is there any way that you can allow these types of attributes for the prince build, or perhaps create a flag to ignore attributes in standard HTML5 tags?
Thanks for the great work!