1 May 2008 11:20
Re: Fop Issue
Andreas Delmelle <andreas.delmelle <at> telenet.be>
2008-05-01 09:20:43 GMT
2008-05-01 09:20:43 GMT
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
Cheers
Andreas
RSS Feed