Re: [docbook-apps] word breaking

From
Bob Stayton <>
Date
2006-11-02T16:50:52+00:00
ID
06e201c6fe9f$0fb54170$6400a8c0@totoro
Thread
Re: [docbook-apps] word breaking
If you want something that applies to all varname elements, you could use 
something like this:

<xsl:template match="varname">
  <fo:inline keep-together.within-line="always">
    <xsl:apply-imports/>
  </fo:inline>
</xsl:template>

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Chris Chiasson" <>
To: "DocBook Apps Mailing List" <>
Sent: Tuesday, October 31, 2006 6:53 PM
Subject: [docbook-apps] word breaking


> Is there a way to tell docbook to recommend to the fo processor that
> the contents of varname not be broken (or hyphenated) for linebreaks?
>
> -- 
> http://chris.chiasson.name/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>