Hello, I have a stylesheet that outputs an empty block like the following:
<fo:block space-before="6pt"/>
when I want some space between blocks (empty lines).
I do not want this space if the above mentioned block occurs at the
beginning of a page. I read in the XSL FO specification that
space-before.conditionality="discard"
achieves this, but I can't get it to work. The space appears at the
beginning of a page. Has anybody tried this?
Thanks,
Mike
