Re: [xsl] XSL-FO: Space before and after inline areas

Subject: Re: [xsl] XSL-FO: Space before and after inline areas
From: "G. Ken Holman" <gkholman@xxxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Feb 2004 09:08:37 -0500
At 2004-02-11 12:26 +0100, Knut Meinke wrote:
If i put a inline area in a block area, there are spaces before and after the inline area, i don't expect.

      <fo:block background-color="green">
            <fo:external-graphic content-width="10mm"
                  src="file:../images/RedGif.jpg"/>
      </fo:block>

      <fo:block background-color="blue">
            <fo:inline background-color="#ffffff">CONTENT</fo:inline>
      </fo:block>

By putting these in separate blocks, you will have them on separate lines, and you will therefore have leading in-between. By not specifying leading, the processor can use any value between 1 and 1.2 of the line height, the difference to the line height being the leading.


When you say "before" and "after", I'm assuming you mean the writing direction depending "before" and "after", related to the line areas. If not, can you find different words to express your observations? As with the others, I cannot see your test file.

I hope this helps.

........................... Ken

BTW, we are teaching XSLT and XSL-FO in Bremen in May at a publicly-subscribed course ... details are linked from our home page.

Neue Adresse!
Grethenweg 139
60598 Frankfurt




--
Public courses: upcoming world tour of hands-on XSL training events
Each week:    Monday-Wednesday: XSLT/XPath; Thursday-Friday: XSL-FO
Washington, DC: 2004-03-15            San Francisco, CA: 2004-03-22
Hong Kong: 2004-05-17    Germany: 2004-05-24    England: 2004-06-07
World-wide on-site corporate, government & user group XML training!

G. Ken Holman                  mailto:gkholman@xxxxxxxxxxxxxxxxxxxx
Crane Softwrights Ltd.           http://www.CraneSoftwrights.com/s/
Box 266, Kars, Ontario CANADA K0A-2E0     +1(613)489-0999 (F:-0995)
Male Breast Cancer Awareness   http://www.CraneSoftwrights.com/s/bc


XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread