The link is locked into an effective keep.within.line (bilio.xsl)
because I have set hyphenation = false.


 <fo:inline hyphenate="false"> [<fo:basic-link
 external-destination="url(http://www.planalto.gov.br/ccivil_03/
 
Constituicao/constitui%C3%A7ao_compilado.htm)">http://www.planalto.gov.br/ccivil_03/
 
Constituicao/constitui%C3%A7ao_compilado.htm</fo:basic-link>]</fo:inline>.</fo:inline>
 </fo:block>


This makes for a very ugly print output with long uri's.

<xsl:param name="ulink.hyphenate"></xsl:param>
Seems not to cover this one? 

I think this is in xref.xsl?

If I add a couple of thin-space characters they are being changed
to <fo:leader leader-length="0.2em"/> which is a bit dirty IMHO?


is
<xsl:attribute-set name="xref.properties">
  <xsl:attribute name="hyphenate">
    <xsl:value-of select="'true'"/>
  </xsl:attribute>
</xsl:attribute-set>

my only choice?


TIA





regards
------------------------
Dave Pawson
http://www.dpawson.co.uk
XSLT, XSL-FO and docbook FAQ



-- 

regards 

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to