> 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
Received on Tue Dec 7 14:06:19 2004
This archive was generated by hypermail 2.1.8 : Tue Dec 07 2004 - 14:06:20 PST