Quote:
Originally Posted by b_k
I uploaded some examples. To say the truth I have not the slightest idea what causes my problem, but it could be the manifest.xml. Although it appears to me as there is no error in the files.
|
Looking at my eBooks that work, the only differences I see are:
The HTML files, you have:
Code:
<meta name="keywords" type="ag123" />
I don't have that in my files.
But I do have
Code:
<meta type="layout" />
In the manifest.xml file, you have:
Code:
<pagelist type="ag123" count="302">
while I have:
Code:
<pagelist type="layout" count="25">
and at the end of my manifest.xml, I have
Code:
<pagelist type="article" count="0">
</pagelist>
(This goes before the closing index tag.)
Those are the only differences that I can see. Everything else looks fine in your files.