Quote:
Originally Posted by JSWolf
Install the epubcheck plugin (for the editor) and use that and the built-in error checker to check what's wrong with your eBooks.
|
So I installed the plugin (thanks for the pointer

), but it doesn't really seem to tell me much about the ePub referenced in my first message. Here's all the output it gives me:
ERROR: Parsing failed: Opening and ending tag mismatch: head line 1 and HEAD, line 1, column 275****[OEBPS/ title-page.htm:1]
and here is the portion it appears to be complaining about
:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><link rel="stylesheet" type="application/vnd.adobe-page-template+xml" href="page-template.xpgt"/></HEAD><BODY><div align="center">
Now, I can see that the case of the tags (head vs /HEAD) is different, but I believe that HTML is case insensitive (I could be wrong - it has been years since I actually wrote any HTML), so this should be a non-issue. Also, the preview window correctly shows the title page...
Any other ideas or suggestions?