Hi,

I am using FOP 0.20.5 - I am trying to preserve whitespace but it's not
working. I tried both examples below with no luck.

<fo:block xsl:use-attribute-sets="text-10" linefeed-treatment="preserve"
white-space-collapse="false" wrap-option="wrap" white-space="pre">
        <xsl:apply-templates/>
</fo:block>

<fo:block xsl:use-attribute-sets="text-10" linefeed-treatment="preserve"
white-space-collapse="false" wrap-option="wrap"
white-space-treatment="preserve">
        <xsl:apply-templates/>
</fo:block>

Thanks
-- 
View this message in context: 
http://www.nabble.com/FOP-0.20.5-Preserve-Whitespace-tp18074357p18074357.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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

Reply via email to