Try adding a line termination entity (see below). I hit the same
problem and this fixed it for me.
>> <fo:block>  </fo:block>
On Dec 7, 2004, at 2:19 PM, David Tolpin wrote:
>> I was using <fo:block> </fo:block> in my XSL file with XEP V3.
>>
>> Now, in V4 my blankline is not print.
>>
>> I have tried
>> <xsl:text>
>> </xsl:text>
>> <xsl:text>
</xsl:text>
>> <fo:block>
</fo:block>
>>
>> And a lot of other thing found on google.
>>
>> They don't work.
>>
>> Somebody know something about it?
>
> Yes. I do. As a hack, use empty leader:
>
> <fo:block><fo:leader/></fo:block>
>
> It will draw a perfect empty block.
>   is now correctly processed as just a space, and a block
> that only consists of a space (and no border/padding/margin) should
> not leave a trace.
>
> But better yet, use space-before, space-after on adjacent blocks
> to leave white space in block-progression-dimension. This is the
> right way.
>
> David Tolpin
> -------------------
> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
> in the body of the message to majordomo@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@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
Received on Wed Dec 8 15:39:22 2004
This archive was generated by hypermail 2.1.8 : Wed Dec 08 2004 - 15:39:22 PST