Re: [docbook-apps] How to avoid a line break in a <phrase>

From
Keith Fahlgren <>
Date
2007-02-09T14:23:14+00:00
ID
Thread
Re: [docbook-apps] How to avoid a line break in a <phrase>
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