Quote:
Originally Posted by kovidgoyal
No that's not it, you have to modify the fb2.xsl file, no need to know python, just XSL
|
OK. Just delete
Code:
<xsl:otherwise>
<li>
<a href="#TOC_{generate-id()}"><xsl:value-of select="normalize-space(fb:title/fb:p[1] | @name)"/></a>
<xsl:if test="fb:section">
<ul><xsl:apply-templates select="fb:section" mode="toc"/></ul>
</xsl:if>
</li>
</xsl:otherwise>
That should work.