>>>>> Steinar Bang <[EMAIL PROTECTED]>:

>>>>> "Chris Bowditch" <[EMAIL PROTECTED]>:

>> Specifically the bit about inserting zero-width spaces. That will
>> allow FOP to break your http where you have inserted the spaces.

> Thanx for the tip!

> I tried inserting &#200b; after "http://";.  The result was like this:
[snip!]

I tried using line feeds instead, with the same result.

I ended up using <fo:block/> to force the line break at the desired
place.

I put in the PI <?fo-table-cell-break?> where I wanted the break, and
put the following template into the XSLT style sheet generating the
XSL:FO: 

  <xsl:template match="processing-instruction('fo-table-cell-break')">
    <fo:block/>
  </xsl:template>

This is a bit clunky, but it got me desired results.

Thanx!


- Steinar




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

Reply via email to