Quote:
Originally Posted by eping
Is there a <a id="AUTHOR">
corresponding to the link <a href="split_000.html#AUTHOR">?
|
No. There isn't.
The only instance of "AUTHOR" in the code is found in the meta tag <meta name="AUTHOR" content="Jaroslav Hasek"/>
Quote:
Originally Posted by eping
I am afraid epubcheck found a futile link reference.
|
The same error is reported by two files. The first one, 'split_028.html' is part of the 'content.opf'.
It contains this
reference to a book mark in the target file, the 'split_000.html':
<a href="tmp_45edabc97a4f32ec211e103c0d3eefa0_S4Rjiy. ch.fixed.fc.tidied.stylehacked.xfixed_split_000.html#AUTHOR">About the Author</a>
The second file reporting the error, the 'toc.ncx' is pointing, erroneously, to the same target file, 'split_000.html':
<navLabel><text>About the Author</text></navLabel><content src="tmp_45edabc97a4f32ec211e103c0d3eefa0_S4Rjiy.c h.fixed.fc.tidied.stylehacked.xfixed_split_000.htm l#AUTHOR"/></navPoint><navPoint id="da1a4f65-ed62-4f11-894d-0fea8ba67465" playOrder="20">
The "About the Author"
book mark is not and is not supposed to be in the 'split_000.html' file, but in the 'split_007.html' file.
All the "Contents" links to internal bookmarks are in the 'split_007.html',
except for the "About the Author" link which the 'toc.ncx' claims is in 'split_28.html'. What is referenced in the 'toc.ncx' file is actually the same "About the Author" book mark, but in the wrong target file.
The culprit is the Smashwords' "improved" Meatgrinder that on May 29th automatically miscreated it from either the originally submitted *.doc file in which all the "Contents" page links work or from the previously published EPUB version on file.
What is worse, Smashwords republished the next two volumes of my book too. Both of them have passed the epubchecker test, but I just found out that the Meatgrinder mangled the Table of Contents of the third volume in which the links worked in the version I published. I'll have to report the problem to Smashwords and find how I can gain control of what is published or make them fix the Meatgrinder.
Thanks all of you for your patience and willingness to help me fix the problem and let me learn by using your input.
Quote:
Originally Posted by eping
Seems you need insert <a id="AUTHOR"/> or
<a id="AUTHOR"></a> somewhere in split_000.html
|