Menu

#1090 indexterm in refmeta not handled correctly

closed-fixed
nobody
XSL (1066)
5
2010-04-04
2010-01-12
No

Using the XSL stylesheets, 1.74.3ns, with saxon, I found that if you have an indexterm inside the refmeta for a reference page, the generated index entry does not contain a page number. You get an entry in the index, but that entry has no page number.

Discussion

  • Mauritz Jeanson

    Mauritz Jeanson - 2010-01-15

    The template with match="refmeta" in refentry.xsl is empty. The index page references show up if you change the template to

    <xsl:template match="refmeta">
    <xsl:apply-templates select=".//indexterm"/>
    </xsl:template>

     
  • Mauritz Jeanson

    Mauritz Jeanson - 2010-03-20

    A fix for this issue has been added to the current codebase.
    Please test the fix with the latest snapshot from:

    http://docbook.sourceforge.net/snapshots/

     
  • Mauritz Jeanson

    Mauritz Jeanson - 2010-03-20
    • status: open --> pending-fixed
     
  • SourceForge Robot

    • status: pending-fixed --> closed-fixed
     
  • SourceForge Robot

    This Tracker item was closed automatically by the system. It was
    previously set to a Pending status, and the original submitter
    did not respond within 14 days (the time period specified by
    the administrator of this Tracker).