Hi,

I am having trouble collapsing some whitespace. I hope you may help.

Take the following resulting fo:

<fo:block line-height="12pt" font-family="sans-serif" font-size="10pt"
text-align="left">
        <fo:inline white-space="nowrap" white-space-collapse="true"
wrap-option="no-wrap">See (
                <fo:basic-link internal-destination="idM01005" 
color="black">Figure
3</fo:basic-link>
                 , Item 2) and  (
                <fo:basic-link internal-destination="idM01006" 
color="black">Figure
2</fo:basic-link> 
                , Item 5).
        </fo:inline>
</fo:block>

The pdf looks like this: 

See ( Figure 3 , Item 2) and ( Figure 2 , Item 5).

But I want:

See (Figure 3 , Item 2) and (Figure 2 , Item 5).

Notice, no space between "(" and "F". Any line break between text and the
start of the fo:basic-link element is seen as text().

How do I delete this space? I have tried setting the
white-space-collapse="true" on the fo:inline and the parent fo:block...

Thanks
-- 
View this message in context: 
http://www.nabble.com/collapse-whites-space-fop-.20.5-tp21016442p21016442.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to