provisional-distance-between-starts="2.2em"
provisional-label-separation="0.2em">
<xsl:apply-templates select="callout
- |comment()[preceding-sibling::calllout]
+ |comment()[preceding-sibling::callout]
|processing-instruction()[preceding-sibling::callout]"/>
</fo:list-block>
</fo:block>
<xsl:when test="$callout.list.table != 0">
<table border="0" summary="Callout list">
<xsl:apply-templates select="callout
- |comment()[preceding-sibling::calllout]
+ |comment()[preceding-sibling::callout]
|processing-instruction()[preceding-sibling::callout]"/>
</table>
</xsl:when>
<xsl:otherwise>
<dl compact="compact">
<xsl:apply-templates select="callout
- |comment()[preceding-sibling::calllout]
+ |comment()[preceding-sibling::callout]
|processing-instruction()[preceding-sibling::callout]"/>
</dl>
</xsl:otherwise>