View Single Post
Old 09-01-2026, 02:24 PM   #266
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,923
Karma: 24259515
Join Date: Dec 2010
Device: Kindle PW2
@Kayadelenium

epubveri missed a relatively rare error in this MR book.

Code:
ERROR(RSC-005): Error while parsing file: value of attribute "http-equiv" is invalid; must be a string matching the regular expression "[xX]-[uU][aA]-[cC][oO][mM][pP][aA][tT][iI][bB][lL][eE]", must be a string matching the regular expression "[cC][oO][nN][tT][eE][nN][tT]-[sS][eE][cC][uU][rR][iI][tT][yY]-[pP][oO][lL][iI][cC][yY]", must be a string matching the regular expression "[dD][eE][fF][aA][uU][lL][tT]-[sS][tT][yY][lL][eE]", must be a string matching the regular expression "[rR][eE][fF][rR][eE][sS][hH]" or must be a string matching the regular expression "[cC][oO][nN][tT][eE][nN][tT]-[tT][yY][pP][eE]"
which referred to:

Code:
<meta content="text/css" http-equiv="Content-Style-Type"/>
In another book it didn't flag:

Code:
<dc:creator/>
EPUBCheck reported:

Code:
ERROR(RSC-005): Error while parsing file: character content of element "dc:creator" invalid; must be a string with length at least 1 (actual length was 0)
Doitsu is offline   Reply With Quote