View Single Post
Old 11-30-2014, 05:55 AM   #15
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,734
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by crutledge View Post
The tool doesn't like any header. What is a "XML NMTOKEN"?
An XML NMTOKEN ís "IDPF speak" for "valid id/name value." You used

Code:
<meta content="2014/11/29" name="dcterms.date of publication" />
which is invalid, because id/name attributes must not contain spaces. If you replace them with dots the error will go away. However, you might as well delete all <meta content=...> entries, because, AFAIK, no reading app actually uses them.

You may want to define these entries in Sigil's Metadata Editor instead.
Doitsu is offline   Reply With Quote