How to have two tables inline ?

2002-02-25 Thread Yann BONNAILLIE



HELP please !

CanI have2 tables inline without making 
a global table with each one of my little table in a ceil of this 
one.
I've already triedthat...with no result 
:

fo:block
 table 1
 fo:inline
 table 
2
 /fo:inline
/fo:block


Re: How to have two tables inline ?

2002-02-25 Thread Jochen . Maes


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=x/
  /fo:block
   /fo:table-cell
   fo:table-cell
  fo:block font-family=Arial font-size=7pt
text-align=end
xsl:texty:/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=yy']/@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:textu:/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='u']/@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 : [EMAIL PROTECTED]

**

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: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Re: How to have two tables inline ?

2002-02-25 Thread Yann BONNAILLIE

You made a global table ... that's what i don't want ;)

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
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=x/
   /fo:block
/fo:table-cell
fo:table-cell
   fo:block font-family=Arial
font-size=7pt
 text-align=end
 xsl:texty:/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=yy']/@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:textu:/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='u']/@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 : [EMAIL PROTECTED]




**

 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: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED]



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




RE: How to have two tables inline ?

2002-02-25 Thread Giannetti, Fabio

Hi Jochen,
the specs says that if you want an inline table you must define it
inside the fo:inline-container.
I don't know if this is supported in the current FOP implementation ...
Hope this helps, Fabio

 -Original Message-
 From: Yann BONNAILLIE [mailto:[EMAIL PROTECTED]]
 Sent: 25 February 2002 11:17
 To: [EMAIL PROTECTED]
 Subject: Re: How to have two tables inline ?
 
 
 You made a global table ... that's what i don't want ;)
 
 - Original Message -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 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=x/
/fo:block
 /fo:table-cell
 fo:table-cell
fo:block font-family=Arial
 font-size=7pt
  text-align=end
  xsl:texty:/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=yy']/@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:textu:/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='u']/@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 : [EMAIL PROTECTED]
 
 
 **
 **
 **
 **
 **
 
  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: [EMAIL PROTECTED]
  For additional commands, email: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, email: [EMAIL PROTECTED