<xsl:when test="ancestor::footnote or
ancestor::annotation or
ancestor::authorblurb or
- ancestor::personblurb">
+ ancestor::personblurb or
+ ancestor::callout">
<xsl:if test="preceding-sibling::*[not(name() ='')]">
<xsl:text>.sp</xsl:text>
<xsl:text> </xsl:text>
</xsl:template>
<xsl:template match="simpara">
- <xsl:if test="not(ancestor::authorblurb) and
- not(ancestor::personblurb)">
+ <xsl:if test="not(ancestor::authorblurb)
+ and not(ancestor::personblurb)
+ and not(ancestor::callout)"
+ >
<xsl:text>.sp </xsl:text>
</xsl:if>
<xsl:variable name="content">