Ant: Re: drawing a continuous border-bottom line (dotted) for table rows

2005-09-23 Thread Thomas Winkler
--- Andreas L Delmelle [EMAIL PROTECTED]
schrieb:

 On Sep 22, 2005, at 23:06, Thomas Winkler wrote:
 
 Hi,
 
  I am using the alpha version of Fop 1.0.
 
 Cool! Hope you like it so far...


Hi, yes; I like it ! Hope it will be released soon ;-)

I had a problem with the continuous dotted
border-bottom line on tables. 

Thanks for your fast reply and tip but Jeremias was
right.  
This problem doesn't exist.


--- Jeremias Maerki [EMAIL PROTECTED] schrieb:

 Please provide a full test file. I can't reproduce
 your problem.


My fault; it works nicely indeed.


I defined five fo:table-column/ elements but only
three fo:table-cell elements.
So the dotted line was not continuous up to the end of
line.


In Fop 20.5; I just wrote the following and it worked
for solid bottom-border-line up to the end of line.

fo:table-row border-bottom=solid 

no matter how much table-cell I defined.


You gave me an answer why this change happenend :

http://www.nabble.com/how-to-deal-with-the-patch-at-Bugzilla-25900-n234174.html


thanks again!


Thomas




  









___ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: 
http://mail.yahoo.de

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



Re: drawing a continuous border-bottom line (dotted) for table rows

2005-09-22 Thread Andreas L Delmelle

On Sep 22, 2005, at 23:06, Thomas Winkler wrote:

Hi,


I am using the alpha version of Fop 1.0.


Cool! Hope you like it so far...


I want to create a table with some columns and rows.
Each row must be dotted.
This works fine if all columns are filled with values.

But if some values are missed, then the column is
totally blank.


What do you mean exactly? That there is an empty fo:block in the cell?

Try running fop with the '-foout' command-line switch, and check the 
generated FO source document.


In case of there's an empty block element in the cell, this is most 
likely caused by a missing order-date attribute in your XML source (?)


Try adding a non-breaking space like so:

xsl:if test=not(@order-date)#xA0;/xsl:if
xsl:value-of select=@order-date /


HTH!

Cheers,

Andreas


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



Re: drawing a continuous border-bottom line (dotted) for table rows

2005-09-22 Thread Jeremias Maerki
Please provide a full test file. I can't reproduce your problem.

On 22.09.2005 23:06:46 Thomas Winkler wrote:
 Hello,
 
 I am using the alpha version of Fop 1.0.
 
 I want to create a table with some columns and rows.
 Each row must be dotted.
 This works fine if all columns are filled with values.
 
 But if some values are missed, then the column is
 totally blank.
 
 How can this be avoided ? 
 
 Here my xsl-fo snippet :
 
 ...
 fo:table-row
  fo:table-cell border-bottom=dotted
 fo:block
   xsl:value-of select=@order-date/
 /fo:block
 
 
 
 Thanks in advance !
 
 
 Thomas


Jeremias Maerki


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