Hi-

I don't know, if this will be helpful to any of you guys- but i
had a problem implementing a new-line feed-
I worked around it by doing the following:-


        <fo:block color='#FFFFFF'>BLANK-LINE</fo:block>

where color is the same as the page background color.
Here its white.

Jesper Thorhauge (JTH) wrote:

Hi

This also worked for me;

&#xA0;<fo:block>some-other-code</fo:block>

I use this code to do this:

        <fo:block>
          <fo:inline white-space-collapse="false">
            <xsl:text>&#x000a;</xsl:text>
          </fo:inline>
        </fo:block>

Later,

Bruno Verachten.



Reply via email to