Menu

#45 Fix for procedure title bug-fo/lists.xsl

closed-fixed
nobody
XSL (122)
5
2002-06-29
2002-02-06
No

This patch fixes a bug where procedures aren't getting what it
specified in the language (en.xml) file. E.g. if you have specified
<l:template name="procedure" text="Procedure %n. %t"/>, you
won't get that, you'll just get the title in bold.

RCS file:
/cvsroot/docbook/xsl/fo/lists.xsl,v
retrieving revision
1.13
diff -r1.13 lists.xsl
495,497c495,497
< <fo:block font-
weight="bold">
< <xsl:apply-templates select="./title"
mode="procedure.title.mode"/>
< </fo:block>
---
>
<xsl:call-template name="formal.object.heading">
>
<xsl:with-param name="title" select="$title"/>
>
</xsl:call-template>
513,515d512
< <xsl:template
match="procedure/title" mode="procedure.title.mode">
<
<xsl:apply-templates/>
< </xsl:template>

*****CVS exited
normally with code 1*****

Discussion

  • David Cramer

    David Cramer - 2002-02-06

    fo/lists.xsl

     
  • Norman Walsh

    Norman Walsh - 2002-06-29
    • status: open --> closed-fixed
     
  • Norman Walsh

    Norman Walsh - 2002-06-29

    Logged In: YES
    user_id=81663

    Fixed (differently) in CVS.

     

Log in to post a comment.