Menu

#828 Citation xref trouble

closed-fixed
XSL (1066)
5
2006-10-24
2006-09-16
No

Citations generate "XRef to nonexistent id:" messages
even though the targets clearly exist (sample
document: DocBook V5.0, The Transition Guide).

The template with match="citation" (fo/inline.xsl, v.
6263) has this call-template:

<xsl:call-template name="xref">
<xsl:with-param name="targets" select="$targets"/>
</xsl:call-template>

Problem: the "xref" template does not take any
parameters.

Discussion

  • Robert Stayton

    Robert Stayton - 2006-10-08
    • assigned_to: nobody --> bobstayton
    • status: open --> pending-fixed
     
  • Robert Stayton

    Robert Stayton - 2006-10-08

    Logged In: YES
    user_id=193218

    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/

     
  • Robert Stayton

    Robert Stayton - 2006-10-08

    Logged In: YES
    user_id=193218

    I made the xref template target variables into params.

     
  • SourceForge Robot

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

    Logged In: YES
    user_id=1312539

    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).