[EMAIL PROTECTED] wrote:

Hi,

Yes I intend to split to another line after 5 citations. The non breaking space 
is used only after each page citation i.e. 3, 4, 5

see below interim fop file snippet:

<fo:table-row>
<fo:table-cell font-size="8" color="rgb(0%,0%,50.196%)" font-family="Arial">
<fo:block>Consumer, Cyclical</fo:block>
</fo:table-cell>
<fo:table-cell font-size="8" color="rgb(0%,0%,50.196%)" font-family="Arial">
<fo:block margin-right="0.02cm" text-align="right">
<fo:page-number-citation ref-id="link.note.1" />
<fo:wrapper>, </fo:wrapper>
<fo:page-number-citation ref-id="link.note.6" />
<fo:wrapper>, </fo:wrapper>
<fo:page-number-citation ref-id="link.note.11" />
<fo:wrapper>, </fo:wrapper>
<fo:page-number-citation ref-id="link.note.15" />
<fo:wrapper>, </fo:wrapper>
<fo:page-number-citation ref-id="link.note.25" />, ?

I'm assuming the ? above is a ZWS character, which is where FOP breaks the line. There is also a space (which I think is nbsp, from looking at your code) between the comma and the ?. I believe this is causing the alignment problems. review your xsl logic.


<snip/>

Chris



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to