OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


On 2/9/07, Ron Catterall <ron@catterall.net> 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


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]