I need to make certain text blocks non-wraping e.g.:
<fo:block>
This is to confirm that .. blalb long text ... <fo:inline wrap-option="no-wrap"><xsl:value-of select='$name' /></fo:inline> </fo:block>
What I need is that text inside <fo:inline> would'nt wrap. But is wraps right now, despide wrap-option="no-wrap" How could I display certain text so that it never wraps ?