← Prev in month
← Prev in 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