Gang Li wrote: > Anybody know how can I get a line break like <br> in HTML? Thanks.
Putting a linefeed character U+000A in the content should work, but you have to be careful of the properties that affect it, specifically linefeed-treatment="preserve". (I can't remember whether this works in FOP 0.20.5 or not, but I think it does). The other way is to put an empty nested block, <fo:block/> where you want the line break, and I am pretty sure that does work. Victor Mote --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]