Next in thread → Next in month →

Re: [docbook-apps] Tables-text wrap

From
Bob Stayton <>
Date
2005-05-24T19:16:22+00:00
ID
021201c56095$0bdeedc0$6400a8c0@toshiro
Thread
Re: [docbook-apps] Tables-text wrap
That depends on whether the text includes spaces or not.  If it does, then
lines will break automatically on the spaces.  If not, then you may need to
turn on hyphenation.  You can do that for the whole document by setting the
'hyphenate' stylesheet parameter to 'true'.  Or you can do it for tables in
the table.properties attribute-set:

<xsl:attribute-set name="table.properties">
  <xsl:attribute name="hyphenate">true</xsl:attribute>
</xsl:attribute-set>

You can also insert zero-width space characters (&#x200B;) in your text
strings, which will form break points for the lines.

Bob Stayton
Sagehill Enterprises
DocBook Consulting



----- Original Message ----- 
From: "Lisa Girard" <>
To: <>
Sent: Sunday, May 22, 2005 1:39 PM
Subject: [docbook-apps] Tables-text wrap


> I'm trying to markup tables in DocBook. The text in some of the
> entries is fairly long and I would like it to wrap. Can you tell me
> the best way to do this?
> Thank you in advance,
> Lisa
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
>
>
Next in thread → Next in month →