XSLfast

Problems with distance between lines

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker 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)

  1. LineDistance.zip
    29/Nov/05 2:08 PM
    283 kB
    Packianathan, Anton
  2. VersionInfo20.txt
    20/Oct/05 4:39 PM
    3 kB
    Packianathan, Anton
  3. xslfast13.zip
    20/Oct/05 4:39 PM
    78 kB
    Packianathan, Anton

Activity

Hide
Krapivin, Victor added a comment - 25/Oct/05 11:42 AM

In 2.1 fopfix.jar may affect this fix; we planning to fixc ift separately so please do not refer to this ticket.

Show
Krapivin, Victor added a comment - 25/Oct/05 11:42 AM In 2.1 fopfix.jar may affect this fix; we planning to fixc ift separately so please do not refer to this ticket.
Hide
Packianathan, Anton added a comment - 28/Nov/05 11:11 AM

In the XSL file the Statement fo:block line-height is still in use. Please remove this, it has only to use when Field row hight has been checked.

Show
Packianathan, Anton added a comment - 28/Nov/05 11:11 AM In the XSL file the Statement fo:block line-height is still in use. Please remove this, it has only to use when Field row hight has been checked.
Hide
Krapivin, Victor added a comment - 28/Nov/05 11:58 AM

We can rempve ot only if we also prohibit any chances to keep multiple fonts and variables inside text.

Show
Krapivin, Victor added a comment - 28/Nov/05 11:58 AM We can rempve ot only if we also prohibit any chances to keep multiple fonts and variables inside text.
Hide
Krapivin, Victor added a comment - 01/Dec/05 8:14 PM

We just added new switch in 2.1 to enable or disable additional paddings in generation (FOP only). So in preferences you should choose if you need alignments by increasing distances or not.

Show
Krapivin, Victor added a comment - 01/Dec/05 8:14 PM We just added new switch in 2.1 to enable or disable additional paddings in generation (FOP only). So in preferences you should choose if you need alignments by increasing distances or not.

People

Vote (0)
Watch (0)

Dates

  • Due:
    30/Nov/05
    Created:
    20/Oct/05 4:39 PM
    Updated:
    09/May/07 12:26 AM
    Resolved:
    16/Dec/05 12:48 PM