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:
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="master"
page-height="845pt"
page-width="598pt">
<fo:region-body margin-left="50pt"
margin-top="50pt"
margin-bottom="50pt"
margin-right="50pt"/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="master">
<fo:flow flow-name="xsl-region-body">
<fo:block>
<fo:inline linefeed-treatment="preserve"
white-space-collapse="false"
>Bla bla</fo:inline>
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
With 0.20.5, the linefeed is preserved iff
'white-space-collapse' is 'false', although I think it's not
releated (and 'linefeed-treatment' have no effect on this).
With 0.90, I didn't find any way to preserve the linefeed.
Is this a bug? Is there a workaround?
Regards,
--drkm
___________________________________________________________________________
Nouveau : téléphonez moins cher avec Yahoo! Messenger ! Découvez les tarifs
exceptionnels pour appeler la France et l'international.
Téléchargez sur http://fr.messenger.yahoo.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]