Thread: ePub Errors
View Single Post
Old 08-11-2010, 08:24 PM   #2
charleski
Wizard
charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.charleski ought to be getting tired of karma fortunes by now.
 
Posts: 1,196
Karma: 1281258
Join Date: Sep 2009
Device: PRS-505
The first error is because you left something essential out of your metadata, you need the title, author and language.
The second error most likely means you have an anchor tag with both id and name attributes (e.g. <a name="foo" id="foo>). Delete the name attribute, it's deprecated in xhtml on <a> tags and you should only use id.
charleski is offline   Reply With Quote