On Dec 20, 2005, at 19:47, Florent Georges wrote:

Hi,

I didn't find trace of this bug in bugzilla, although I
guess it was already reported.  It related to the treatment
of linefeeds.  Given the following FO:

Strictly speaking, this is dubious

          <fo:block>
            <fo:inline linefeed-treatment="preserve"
                       white-space-collapse="false"
Bla&#10;bla</fo:inline>
          </fo:block>

Both properties don't apply to fo:inline --meaning: specifying them there has no effect on the inline itself-- but are inherited from the fo:block.

Try:

<fo:block linefeed-treatment="preserve"
          white-space-collapse="false">
  <fo:inline>Bla&#x0A;Bla</fo:inline>
</fo:block>

Et voilĂ ! Works fine with 0.90.

Cheers,

Andreas



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to