Quote:
Originally Posted by Bjorn G
[ERROR]index_split_000.xhtml: 7,73: value of attribute "http-equiv" is invalid; must be a string matching the
regular expression "([Dd][Ee][Ff][Aa][Uu][Ll][Tt]\-[Ss][Tt][Yy][Ll][Ee])|([Rr][Ee][Ff][Rr][Ee][Ss][Hh])"
Line 7 reads:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
EpubCheck 4.2.0 seems happy enough with that line however, you might want to try "content-type" and "UTF-8" as an alternate checker I tried complained about the capitalization though that checker is more intended for web pages and definitely is not intended for checking ebooks.
A couple of suggestions, you can try replacing the line with "<meta charset="UTF-8">" which is the HTML5 way of specifying UTF-8 encoding or if the first line in your file reads: "<?xml version="1.0" encoding="utf-8"?>", the http-equiv is unnecessary and can be removed.