Quote:
Originally Posted by elibrarian
Since RJ Texted is a (scriptable) text-editor and has no automation for epubs, you have probably handcoded everything yourself? - which means, there may be typing errors. Remember, that links, declarations etc. are case-sensitive, and any - and I mean ANY - typo will result in an error.
Best thing to do would be to upload a sample of the finished epub with the error, if possible, and some of the experts around here will probably be able to pinpoint the responsible culprit.
Regards,
Kim
|
+1
Make sure the opf declartation looks something like this:
Code:
<item href="Text/Section0000.xhtml" id="Section0000.xhtml" media-type="application/xhtml+xml"/>
If things still don't work out upload the file so we can find out exactly what the problem is.