epub validation
Hello
I create an Epub with Caibre and I can't validate it at google books.
I have the following messages :
index_split_004.html:12, 2: Error while parsing file 'text not allowed here.
index_split_005.html:14, 2: Error while parsing file 'text not allowed here.
index_split_006.html:12, 83: Error while parsing file 'text not allowed here.
index_split_007.html:13, 2: Error while parsing file 'text not allowed here.
.............................and so on
index_split_051.html:12, 130: Error while parsing file 'text not allowed here.
index_split_052.html:13, 2: Error while parsing file 'text not allowed here.
The same for every part of my book.
I look at the head of my files :
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE html>
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<link href="stylesheet.css" rel="stylesheet" type="text/css">
<link href="page_styles.css" rel="stylesheet" type="text/css">
</head>
Which is the same for all the files and also the same as many previous books which were accepted without problem and tried many variations...
I spent many hours about this problem but I don't find any solution...
Some help ?
|