xsl-list
[Top] [All Lists]

Re: XSL-FO insert a blank line

2004-12-09 00:31:27
You can generate blank line by using line separator
character followed by fo:leader, as below

&#x2028;<fo:leader/>

Regards,
Mukul

--- "Ranjan K. Baisak" <ranjanbaisak(_at_)yahoo(_dot_)com> wrote:

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>



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
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>
--~--