Thanks, that did it.
Ron

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


--
Ron Catterall, Phd, DSc                         email: [EMAIL PROTECTED]
Prolongacion de Hidalgo 140                             http://catterall.net/
San Felipe del Agua                                     tel: +52 951 520 1821
Oaxaca      68020       Mexico                          fax: +1 530 348 8309

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to