Menu

#39 xml should not link to HTML_FILE_NAME.html#PAGE_NUM

open
nobody
None
5
2003-07-19
2003-07-19
No

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.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB