]> granicus.if.org Git - docbook-dsssl/commitdiff
fixed bug #1246878, no otherwise clause for start-indent and end-indent in a sidebar...
authorBob Stayton <bobs@sagehill.net>
Sat, 31 Dec 2005 18:51:21 +0000 (18:51 +0000)
committerBob Stayton <bobs@sagehill.net>
Sat, 31 Dec 2005 18:51:21 +0000 (18:51 +0000)
xsl/fo/block.xsl

index 88ebaa2c533ead5f3b2a86edc901917d2fb517cd..3c91e69746d11124a5c0e9221cbbebe5fb282bc5 100644 (file)
                             $position = 'left'">0pt</xsl:when>
             <xsl:when test="$position = 'end' or 
                             $position = 'right'">0.5em</xsl:when>
+            <xsl:otherwise>0pt</xsl:otherwise>
           </xsl:choose>
         </xsl:with-param>
         <xsl:with-param name="end.indent">
                             $position = 'left'">0.5em</xsl:when>
             <xsl:when test="$position = 'end' or 
                             $position = 'right'">0pt</xsl:when>
+            <xsl:otherwise>0pt</xsl:otherwise>
           </xsl:choose>
         </xsl:with-param>
       </xsl:call-template>
                         $position = 'left'">0pt</xsl:when>
         <xsl:when test="$position = 'end' or 
                         $position = 'right'">0.5em</xsl:when>
+        <xsl:otherwise>0pt</xsl:otherwise>
       </xsl:choose>
     </xsl:with-param>
     <xsl:with-param name="end.indent">
                         $position = 'left'">0.5em</xsl:when>
         <xsl:when test="$position = 'end' or 
                         $position = 'right'">0pt</xsl:when>
+        <xsl:otherwise>0pt</xsl:otherwise>
       </xsl:choose>
     </xsl:with-param>
   </xsl:call-template>