You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Andreas Delmelle <an...@telenet.be> on 2008/05/01 11:20:43 UTC

Re: Fop Issue

On Apr 30, 2008, at 20:40, JimBME wrote:
>
> white-space-treatment="preserve" didn't seem to work but  white- 
> space="pre"
> did.

Just noticed: white-space-treatment probably doesn't work because of  
the additional white-space/wrap-option properties. If you remove  
those, it should also work.

'white-space' is a shorthand, that sets four properties
1) white-space-treatment
2) linefeed-treatment
3) white-space-collapse
4) wrap-option

see: http://www.w3.org/TR/xsl/#white-space

1) determines what should happen with spaces surrounding a linefeed  
or linebreak
2) determines what should happen with linefeed characters in the input
3) determines what should happen with series if space-characters
4) determines if implicit linebreaks should be generated


Cheers

Andreas

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-help@xmlgraphics.apache.org