Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: Version 2.0
-
Fix Version/s: Version 2.0, 3.0
-
Component/s: None
-
Labels:None
-
Request Controller:Please Select
-
External Supervisor:Please select
-
Executing Programmer:Please select
Description
I have a big problem with XSLfast 20. I switched for the customer bobcat a layout from XSLfast 1.3 to XSLfast 2.0. After some work I have the problem that the line distance between table rows is not exact the same like in
Version 1.3. The line distance is much bigger between the lines.
I tested the problem with a new layout in Version 2.0 and 1.3 (no Import of old layouts). The result is the same. I found a difference in the XSL-code. The new Version use the following structure:
<fo:table-cell>
<fo:block>
<fo:block>
<fo:inline>
<xsl:value-of/>
</fo:inline>
</fo:block>
</fo:block>
</fo:table-cell>
It seems that there is a fo:block and fo:inline to much. After remove this - the distance is the same like in the old version. (You can see it in the XSLfast20mod.xsl)
In 2.1 fopfix.jar may affect this fix; we planning to fixc ift separately so please do not refer to this ticket.