Next in thread →
Next in month →
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 →