</span>
</xsl:when>
<xsl:when test="local-name(.) = 'listitem'
+ or local-name(.) = 'entry'"
or local-name(.) = 'title'">
<!-- nop; these are handled directly in the stylesheet -->
<xsl:apply-imports/>
<xsl:otherwise>
<xsl:element name="{$cellgi}">
+ <xsl:if test="$show.revisionflag and @revisionflag">
+ <xsl:attribute name="class">
+ <xsl:value-of select="@revisionflag"/>
+ </xsl:attribute>
+ </xsl:if>
+
<xsl:if test="$table.borders.with.css != 0">
<xsl:attribute name="style">
<xsl:if test="$colsep > 0">