On 2/9/07, Ron Catterall <> wrote:
> I tried the customization (Docbook 4.5 xsl) below, but
>
> <para>some long text <phrase
> role="keep-together">http://www.xxxxxxxxxxx.com/</phrase></para>
>
> still gives:
> ..................................ht-
> tp://www.xxxxxxxxxxx.com/
>
>
> <xsl:template name="inline.monoseq">
Sorry, I just pasted my constant width template rather than a
phrase-based one. What happens if you change the above to
<xsl:template match="phrase[@role[contains(., 'keep-together')]]">
?
HTH,
Keith