xsl-list
[Top] [All Lists]

RE: XSL-FO insert a blank line

2004-12-09 01:16:14
Ohh cool.
Thanks a lot.

-Ranjan
--- Jarno(_dot_)Elovirta(_at_)nokia(_dot_)com wrote:

Hi,

I am using <fo:block/> to insert blank line. This
does
not seem to work properly. As I am totally new to
xsl-fo, can anybody suggest me how to insert a
blank
line?
<fo:static-content flow-name="xsl-region-after">
            </fo:block>
            <fo:block/>
            <fo:block/>
            <fo:block/>
            <fo:block/>
            <fo:block font-family="Helvetica"
font-size="10pt"
                    text-align="left">
                    XYZ Corporation
            </fo:block>
    </fo:static-content>

That looks awfully like HTML from 1999. Use e.g.

  <fo:static-content flow-name="xsl-region-after">
    <fo:block font-family="Helvetica"
font-size="10pt" text-align="left"
space-before="70pt">XYZ Corporation</fo:block>
  </fo:static-content>

Cheers,

Jarno


--~------------------------------------------------------------------
XSL-List info and archive: 
http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to:
http://lists.mulberrytech.com/xsl-list/
or e-mail:
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>