Hello!

In a perfect XML world content is always separatable from 
presentation. Unfortunately, there are cases (at least in 
publishing) when this is simply not possible. For example, we need 
to provide the possibility to insert manual breaks into text 
(especially titles).

Web research tells me that whitespace-treatment="preserve" is a 
solution to this, yet unimplemented by FOP.
The only workaround I have found so far is to sorround the position 
at which the line should be broken with non-break spaces.
(Example: this&#xA0;is&#xA0;a&#xA0;test <!-- intended break position 
--> this&#xA0;is&#xA0;a&#xA0;test.)

Has anyone found a better solution to this?

Cheers,
Matthias Brunner

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

Reply via email to