View Single Post
Old 07-22-2009, 03:17 PM   #639
Garfunkel
Member
Garfunkel began at the beginning.
 
Posts: 20
Karma: 10
Join Date: Jun 2009
Device: iTouch
Quote:
Originally Posted by kovidgoyal View Post
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.
Garfunkel is offline