Next in thread → Next in month →

Re: [docbook-apps] Desactivate wrap

From
"Cob Rtayton"
Date
2005-05-12T17:44:12+00:00
ID
000001c5571a$2c2f7100$6400a8c0@toshiro
Thread
Re: [docbook-apps] Desactivate wrap
Hi,
The wrap-option is an inheritable property, but "off" is not a valid value.
It should be "no-wrap".

Bob Stayton
Sagehill Enterprises
DocBook Consulting


----- Original Message ----- 
From: "Jacques Foucry" <>
To: "docbook-apps" <>
Sent: Thursday, May 12, 2005 6:58 AM
Subject: [docbook-apps] Desactivate wrap

Hello,

I've put in my custom layer the warp option on :

<xsl:attribute-set name="monospace.verbatim.properties">
         <xsl:attribute name="wrap-option">wrap</xsl:attribute>
         <xsl:attribute name="hyphenation-character">&#8629;</
xsl:attribute>
</xsl:attribute-set>

It work and I am very happy with it. But inside a table, I need to
desactivate wrap and hyyphenation. (do not have some spare "-" inside
command line statement).

I tried with the table.properties

     <xsl:template name="table.properties">
         <xsl:choose>
             <xsl:when test="@tabstyle='no_wrap'">
                 <xsl:attribute name="wrap-option">off</xsl:attribute>
             </xsl:when>
             <xsl:otherwise>inherit</xsl:otherwise>
         </xsl:choose>
     </xsl:template>

but it doen'nt work.

How can I do that ?

Thanks in advance,
Jacques
-- 
INFLATION : c'est devoir vivre en payant les prix de l'an prochain
avec les
revenus de l'an passé.
                P. Desproges

---------------------------------------------------------------------
To unsubscribe, e-mail: 
For additional commands, e-mail: 
Next in thread → Next in month →