Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Markus . Lehr
I´ve just tried it, but empty cells are ignored in the output pdf.




What I actually want to do is to create a blank line (fo:table-row)...



Couldn't you simply fill it with an empty cell that spans all columns.




RE : Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Nicolas Mazziotta
just fill cells with non-breakable spaces

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 17 avril 2002 16:36
 À : [EMAIL PROTECTED]
 Objet : Antwort: Re: Antwort: RE : problem with attribute: visibility
 
 I´ve just tried it, but empty cells are ignored in the output pdf.
 
 
 
 
 What I actually want to do is to create a blank line (fo:table-row)...
 
 
 
 Couldn't you simply fill it with an empty cell that spans all columns.



Antwort: RE : Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Markus . Lehr
Thank you Nicolas this works.

But you have to use #160; instead of nbsp; which obviously cannot be
processed.




just fill cells with non-breakable spaces

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 17 avril 2002 16:36
 À : [EMAIL PROTECTED]
 Objet : Antwort: Re: Antwort: RE : problem with attribute: visibility

 I´ve just tried it, but empty cells are ignored in the output pdf.




 What I actually want to do is to create a blank line (fo:table-row)...



 Couldn't you simply fill it with an empty cell that spans all columns.


RE : Antwort: RE : Antwort: Re: Antwort: RE : problem with attribute: visibility

2002-04-17 Thread Nicolas Mazziotta
If you use a dtd, try to assign #160; as a value for nbsp; 

 -Message d'origine-
 De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Envoyé : mercredi 17 avril 2002 16:49
 À : [EMAIL PROTECTED]
 Objet : Antwort: RE : Antwort: Re: Antwort: RE : problem with
attribute:
 visibility
 
 Thank you Nicolas this works.
 
 But you have to use #160; instead of nbsp; which obviously cannot be
 processed.