[xep-support] <fo:block>

Jeff Beal jeff.beal at ansys.com
Tue Mar 4 08:16:27 PST 2003


Empty fo:block elements don't generate any space.  If you want a double line
break, you'll need

<fo:block white-space-collapse='false'
          linefeed-treatment="preserve">


</fo:block>

-----Original Message-----
From: Tang Hong - Developer [mailto:Hong.Tang at Sun.COM]
Sent: Tuesday, March 04, 2003 10:33 AM
To: xep-support at renderx.com
Subject: [xep-support] <fo:block>


The following <fo:block/> should generate two line breaks, but in the
generated 
PDF file, just one line break. Is this the bug in the xep engine?


before test br
<fo:block/>
<fo:block/>
after test br

The output should be:

before test br

after test br.

But I got:
before test br
after test br.

Hong

-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service
http://www.renderx.com/tos.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



More information about the Xep-support mailing list