OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] keep-together and blockquotes


El Miércoles, 11 de Abril de 2007 22:50, Ron Catterall escribió:

>
>    <fo:block xsl:use-attribute-sets="blockquote.properties">
>      <xsl:call-template name="anchor"/>
>      <fo:block>
>
>  <!-- this test added -->
>        <xsl:if test="$keep.together != ''">
>          <xsl:attribute name="keep-together.within-column">
>            <xsl:value-of select="$keep.together"/>
>          </xsl:attribute>
>        </xsl:if>
>  <!--  -->

Try moving it to just after the first fo:block.

 <fo:block xsl:use-attribute-sets="blockquote.properties">
  <!-- this test added -->
        <xsl:if test="$keep.together != ''">
          <xsl:attribute name="keep-together.within-column">
            <xsl:value-of select="$keep.together"/>
          </xsl:attribute>
        </xsl:if>
  <!--  -->
      <xsl:call-template name="anchor"/>
      <fo:block>


-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]