TOC fails in Kindlegen 1.1, not Kindlegen 1.0
Here's another conundrum. These three lines of code determine a selection in the TOC, and are copied from the BOOKNAME.html, TOC.html, and NCX.html files respectively.
<h4 id="abc">Edition</h4>
<li><a href="C%3A%5CKindle-Initial%CBOOKNAME.html#abc">Edition</a></li>
<content src="BOOKNAME.html#abc"/>
Kindlegen 1.0 parses these lines and the overall TOC successfully. However, when Kindlegen 1.1 encounters these lines it generates the following command line error:
"Error(prcgen): Hyperlink not resolved in toc:C:\Kindle-Initial\files\BOOKNAME.html#abc Error(prcgen): The table of content could not be built."
Any ideas why Kindlegen 1.1 is refusing to parse this code?
|