How can I manage table columns

2004-08-10 Thread ELFELAH Tarek
Hi 
 
  I have a problem with columns : How can I tell the
 XSL parser to forward to an other page the columns
 wich overflow the width of the page.
  
  
  thanx.
 






Vous manquez d’espace pour stocker vos mails ? 
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/

Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour 
dialoguer instantanément avec vos amis. A télécharger gratuitement sur 
http://fr.messenger.yahoo.com

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



Re: How can I manage table columns

2004-08-10 Thread Clay Leeds
On Aug 10, 2004, at 3:19 AM, ELFELAH Tarek wrote:
  I have a problem with columns : How can I tell the
 XSL parser to forward to an other page the columns
 wich overflow the width of the page.
  thanx.
Without knowing more about your task, it's hard to come up with a 
solution. For one thing, we don't know if your content is IMAGE-based 
or TEXT-based.

As for overflow, I don't think the overflow (as it relates to 
fo:table-cell  fo:table-column) is well-developed in FOP. I think you 
need to come up with some sort of XSL solution where you count the 
number of characters (or determine the width of an image at run-time) 
or something. This would be a process external to FOP and would be 
better discussed on an XSL/XSLT list:

http://xml.apache.org/fop/maillist.html
If you come up with a solution, please let us know so others may 
benefit from your experience.

p.s. Thanks for moving this thread to fop-user. As you must've 
surmised, fop-dev is for development issues only.

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


Re: How can I manage table columns

2004-08-10 Thread J.Pietschmann
Clay Leeds wrote:
As for overflow, I don't think the overflow (as it relates to 
fo:table-cell  fo:table-column) is well-developed in FOP.
There is no mechanism to overflow columns of a too-wide-a-table
onto another page in XSLFO (might get into XSLFO 1.1. or 2.0.)
J.Pietschmann
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]