I have rendered the same XSL-FO in a trial of Ecrion and Apache FOP, and you'll notice that the two renderers have produced different line-lengths on lines 2 and 3. The way Ecrion has rendered the text is the way I would like Apache FOP to do it.
Is there an attribute I can add to the <fo:block>
containing the text that would cause FOP to render the text with the same line length as Ecrion? Is there a command-line switch I can pass to FOP to obtain this behaviour?