Next in thread → Next in month →

Re: [docbook-apps] Possible (brief?) {www.}docbook.org and wiki.docbook.org downtime

From
Bob Stayton <>
Date
2012-07-27T15:34:45+00:00
ID
001c01cd6c0d$54e4fc40$6600a8c0@pazu
Thread
Re: [docbook-apps] Possible (brief?) {www.}docbook.org and wiki.docbook.org downtime
Yes, indeed, this is a bug in 1.77.1.  This template in graphics.xsl:

<xsl:template match="mediaobject/caption">
 <fo:block>
   <xsl:if test="@align = 'right' or @align = 'left' or @align='center'">
     <xsl:attribute name="text-align"><xsl:value-of
                        select="@align"/></xsl:attribute>
   </xsl:if>
   <xsl:apply-templates/>
 </fo:block>
</xsl:template>

needs the match attribute changed to:

<xsl:template match="mediaobject/caption|figure/caption">


Bob Stayton
Sagehill Enterprises
Next in thread → Next in month →