@davidfor: I forget, for your curiosity:
Code:
ERROR: a.epub/OEBPS/content.opf: Obsolete or irregular DOCTYPE statement. The DOCTYPE can be removed.
WARNING: a.epub/OEBPS/toc.ncx: Irregular DOCTYPE: found '-//W3C//DTD XHTML 1.1//EN', expecting '<!DOCTYPE ncx PUBLIC "-//NISO//DTD ncx 2005-1//EN" "http://www.daisy.org/z3986/2005/ncx-2005-1.dtd">'.
WARNING: a.epub/OEBPS/sitepoint.css(31): Token ';' not allowed here, expecting a property name
ERROR: a.epub/OEBPS/ch09.html(1357,49): value of attribute "dir" is invalid; must be equal to "ltr" or "rtl"
This is what I fixed. There are also a bunch of warning about spaces in URIs and not used files that I ignored. The book is "PHP & MySQL: Novice to Ninja" (ok, the title sounds stupid, but the book seems good

)