Hey Neil,
Since you seem to know a bit about FOP, let me throw this by you:
Here's my xml:
<Paragraph>
<Line>this has some text</Line><Line>This has text too</Line>
</Paragraph>
now if you were to see this in a textbox, it would actually look like this:
this has some text
This has text too
Do you know how, using FO, that I can tell it to recognize any <Line> element as a carriage return (i.e. as if they had hit enter).
I already have it for the Paragraph blocks, but just trying to figure out how to set it up for the Line blocks.
Thanks,
jack