← Prev in month ← Prev in thread

selectively add a border to graphics

From
Roman Banks <>
Date
2007-11-05T09:23:45+00:00
ID
Thread
selectively add a border to graphics
<fo:external-graphic>
<xsl:if test="ancestor::figure[@role='bordered']">
<xsl:attribute name="border-color">black</xsl:attribute>
<xsl:attribute name="border-style">solid</xsl:attribute>
</xsl:if>
← Prev in month ← Prev in thread