[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: 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 bobs@sagehill.net ----- Original Message ----- From: "Chris Chiasson" <chris@chiasson.name> To: "DocBook Apps Mailing List" <docbook-apps@lists.oasis-open.org> 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: docbook-apps-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org > > >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]