Just following up. It appears that I've resolved many of those errors just looking at the HTML format. However, now I'm getting errors in files related to the TOC. This is the only error type I have:
Code:
Type File Line Position Message
ERROR OEBPS/toc.ncx 23 63 Fragment identifier is not defined.
The toc.ncx is an xml file. This is what that line looks like:
Code:
</navLabel>
<content src="Text/Pt0_Intro.xhtml#sigil_toc_id_282"/>
</navPoint>
There is a similar line for every TOC entry. I've done everything I can think of, including blowing away the TOC and regenerating it. These are the only errors that the EPUB Validator throws. So I guess I'm closer.
Good night!