Glen Mazza wrote:
<snip/>
<fo:table-cell>
<fo:block text-align="end"> System Codes <fo:retrieve-marker
retrieve-position="first-starting-within-page"
retrieve-boundary="page" retrieve-class-name="code"/>
<fo:block>-</fo:block>
Glen, I think this is your problem. Try placing the minus inside a fo:inline instead of a fo:block.
<fo:retrieve-marker retrieve-position="last-ending-within-page" retrieve-boundary="page" retrieve-class-name="code"/> </fo:block> </fo:table-cell>
<snip/>
Question: What is the combination of white-space-collapse, white-space-treatment, and/or linefeed-treatment I need to use, and where should I specify them in the snippet above, in order to get the output as desired?
linefeeds are discarded by default, playing with these properties will only introduce extra linefeeds into your output.
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]