View Single Post
Old 06-04-2017, 05:01 PM   #1
Light-Wizzard
Jeff Flesher
Light-Wizzard began at the beginning.
 
Light-Wizzard's Avatar
 
Posts: 1
Karma: 10
Join Date: Jun 2017
Location: uSA
Device: Android Samsung S7
Error using ebook-convert Invalid Selector: nav[epub|type~=

Using command line:
ebook-convert input.xhtml outout.epub
ebook-convert input.xhtml outout.mobi

I get these Errors:
Prefix epub not found.
Selector: No namespaceURI found for prefix u'epub' [179:10: type]
SelectorList: Invalid Selector: nav[epub|type~="toc"] ol

CSS:
nav[epub\:type~="toc"] ol
{
list-style: none!important;
}

and if I do this:
nav[epub|type~="toc"] ol
{
list-style: none!important;
}

I get this:
SelectorList: Invalid Selector: nav[epub|type~="toc"] ol

so both styles of defining epub fail.

It creates the files, but the nav system was replaced losing most of my links.

Does Calibre support ePub 3 Selectors?

Thanks for any help.
Light-Wizzard is offline   Reply With Quote