]> granicus.if.org Git - docbook-dsssl/commitdiff
FOP1 requires fo:wrapper for inline index entries, not fo:inline.
authorBob Stayton <bobs@sagehill.net>
Tue, 11 Mar 2008 21:29:37 +0000 (21:29 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 11 Mar 2008 21:29:37 +0000 (21:29 +0000)
xsl/fo/index.xsl

index 151e8d603e601a48d16a515d4587ae1059106902..01eefd48f17fe12b7270aea5d6586b4265a4034e 100644 (file)
 
   <xsl:choose>
     <xsl:when test="contains($block.parents, $parent)">fo:block</xsl:when>
+    <xsl:when test="$fop1.extensions != 0">fo:wrapper</xsl:when>
     <xsl:otherwise>fo:inline</xsl:otherwise>
   </xsl:choose>
 </xsl:template>