sudha. wrote:
the table definition is converted to the following FO:table (the first
one used "border" as attribute name second with "border-style" for the html
table border - I am not sure about the attribute name to be used in FO so
tried with both )
Border style sets the style only, never the width. The is the
same for HTML - where did you get your wisdom?
There's always the spec where you can look up the correct
definitions, for "border" see for example
http://www.w3.org/TR/xsl/slice7.html#border
If you want to set the border width, use border-width.
<fo:table width="708.75pt" height="314.685pt" border="1px"
You should not use pixel units unless you generate bitmaps.
Use pt, mm or in instead.
background-color="">
The value is illegal, which causes the message
> [ERROR] Error in background-color property value '':
Most probably cause by an error in your style sheet.
<fo:table-column number-columns-repeated="2"
text-align="start"/>
A table column must have a column-with property. The
number-columns-repeated="2" and text-align="start" propertis
don't have any effect.
The missing column widths likely cause this
> [ERROR] At least one of minimum, optimum, or maximum IPD must be
> specified on table.
Interestingly, only one table seems to have this problem.
I still don't see what your problem is: no border, not
the border you expected, or what?
BTW there's no point in repeating the same error message
endlessy.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]