You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Jo...@kbcsecurities.be on 2002/02/25 11:58:28 UTC

Re: How to have two tables inline ?

i do this:


<fo:table>
               <fo:table-column column-width="7.5cm"/>
               <fo:table-column column-width="9.5cm"/>
               <fo:table-body>
                 <fo:table-row>
                   <fo:table-cell height="7cm" border-right-style="solid"
border-right-width="0.5pt">
                     <fo:block>
                     <fo:table>
                       <fo:table-column column-width="4cm"/>
                       <fo:table-column column-width="1.5cm"/>
                       <fo:table-column column-width="2cm"/>
                       <fo:table-body>
                         <fo:table-row>
                           <fo:table-cell>
                              <fo:block font-family="Arialbd" font-size="
8pt" font-weight="bold" margin-left="2pt">
                                <xsl:value-of select="xxxxx"/>
                              </fo:block>
                           </fo:table-cell>
                           <fo:table-cell>
                              <fo:block font-family="Arial" font-size="7pt"
text-align="end">
                                <xsl:text>yyyyyyyyy:</xsl:text>
                              </fo:block>
                           </fo:table-cell>
                           <fo:table-cell padding-right="2pt">
                              <fo:block font-family="Arial" font-size="7pt"
text-align="end" padding-right="2pt">
                                <xsl:value-of select="//External_References
[@Name=yyyyyy']/@Code"/>
                              </fo:block>
                           </fo:table-cell>
                         </fo:table-row>
                         <fo:table-row>
                           <fo:table-cell>
                              <fo:block font-family="Arial" font-size="7pt"
margin-left="2pt">
                                <xsl:value-of select="//Country"/>
                              </fo:block>
                           </fo:table-cell>
                           <fo:table-cell>
                              <fo:block font-family="Arial" font-size="7pt"
text-align="end">
                                <xsl:text>uuuuuuuuu:</xsl:text>
                              </fo:block>
                           </fo:table-cell>
                           <fo:table-cell>
                              <fo:block font-family="Arial" font-size="7pt"
text-align="end" padding-right="2pt">
                                <xsl:value-of select="//External_References
[@Name='uuuuuuuuu']/@Code"/>
                              </fo:block>
                           </fo:table-cell>
                         </fo:table-row>
                       </fo:table-body>
                     </fo:table>
                     </fo:block>
                   </fo:table-cell>
                   <fo:table-cell>
                   </fo:table-cell>
                 </fo:table-row>
               </fo:table-body>
             </fo:table>



Jochen Maes
EDP departement
Programmeur

KBC-Securities
Havenlaan 16
1080 Brussel

Tel : 02/429.96.81
Fax : 02/429.17.48
E-mail : Jochen.Maes@kbcsecurities.be

**********************************************************************************************************************************************************

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. You must not,
directly or indirectly, use, disclose, distribute, print, or copy any part
of this message if you are not the intended recipient. KBC Securities
reserves the right to monitor all e-mail communications through its
networks. Any views expressed in this message are those of the individual
sender, except where the message states otherwise and the sender is
authorised to state them to be the views of any such entity.
**********************************************************************************************************************************************************


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org


Re: How to have two tables inline ?

Posted by Yann BONNAILLIE <yb...@rhinfo.com>.
You made a global table ... that's what i don't want ;)

----- Original Message -----
From: <Jo...@kbcsecurities.be>
To: <fo...@xml.apache.org>
Sent: Monday, February 25, 2002 11:58 AM
Subject: Re: How to have two tables inline ?


>
> i do this:
>
>
> <fo:table>
>                <fo:table-column column-width="7.5cm"/>
>                <fo:table-column column-width="9.5cm"/>
>                <fo:table-body>
>                  <fo:table-row>
>                    <fo:table-cell height="7cm" border-right-style="solid"
> border-right-width="0.5pt">
>                      <fo:block>
>                      <fo:table>
>                        <fo:table-column column-width="4cm"/>
>                        <fo:table-column column-width="1.5cm"/>
>                        <fo:table-column column-width="2cm"/>
>                        <fo:table-body>
>                          <fo:table-row>
>                            <fo:table-cell>
>                               <fo:block font-family="Arialbd" font-size="
> 8pt" font-weight="bold" margin-left="2pt">
>                                 <xsl:value-of select="xxxxx"/>
>                               </fo:block>
>                            </fo:table-cell>
>                            <fo:table-cell>
>                               <fo:block font-family="Arial"
font-size="7pt"
> text-align="end">
>                                 <xsl:text>yyyyyyyyy:</xsl:text>
>                               </fo:block>
>                            </fo:table-cell>
>                            <fo:table-cell padding-right="2pt">
>                               <fo:block font-family="Arial"
font-size="7pt"
> text-align="end" padding-right="2pt">
>                                 <xsl:value-of
select="//External_References
> [@Name=yyyyyy']/@Code"/>
>                               </fo:block>
>                            </fo:table-cell>
>                          </fo:table-row>
>                          <fo:table-row>
>                            <fo:table-cell>
>                               <fo:block font-family="Arial"
font-size="7pt"
> margin-left="2pt">
>                                 <xsl:value-of select="//Country"/>
>                               </fo:block>
>                            </fo:table-cell>
>                            <fo:table-cell>
>                               <fo:block font-family="Arial"
font-size="7pt"
> text-align="end">
>                                 <xsl:text>uuuuuuuuu:</xsl:text>
>                               </fo:block>
>                            </fo:table-cell>
>                            <fo:table-cell>
>                               <fo:block font-family="Arial"
font-size="7pt"
> text-align="end" padding-right="2pt">
>                                 <xsl:value-of
select="//External_References
> [@Name='uuuuuuuuu']/@Code"/>
>                               </fo:block>
>                            </fo:table-cell>
>                          </fo:table-row>
>                        </fo:table-body>
>                      </fo:table>
>                      </fo:block>
>                    </fo:table-cell>
>                    <fo:table-cell>
>                    </fo:table-cell>
>                  </fo:table-row>
>                </fo:table-body>
>              </fo:table>
>
>
>
> Jochen Maes
> EDP departement
> Programmeur
>
> KBC-Securities
> Havenlaan 16
> 1080 Brussel
>
> Tel : 02/429.96.81
> Fax : 02/429.17.48
> E-mail : Jochen.Maes@kbcsecurities.be
>
>
****************************************************************************
****************************************************************************
**
>
> This message is for the named person's use only. It may contain
> confidential, proprietary or legally privileged information. You must not,
> directly or indirectly, use, disclose, distribute, print, or copy any part
> of this message if you are not the intended recipient. KBC Securities
> reserves the right to monitor all e-mail communications through its
> networks. Any views expressed in this message are those of the individual
> sender, except where the message states otherwise and the sender is
> authorised to state them to be the views of any such entity.
>
****************************************************************************
****************************************************************************
**
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
> For additional commands, email: fop-dev-help@xml.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org