xml should not link to HTML_FILE_NAME.html#PAGE_NUM
Status: Beta
Brought to you by:
meshko
The XML output includes internal links in HTML anchor
tags <a>. These link to the HTML output file name which
is incorrect, e.g.,
<a href="HTML_FILE_NAME.html#11>Some TOC entry ... 17</a>
A minimal fix would be
<a href="#11>Some TOC entry ... 17</a>
which is correct HTML.