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 is a test <!-- intended break position --> this is a 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]
