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] 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
bobs@sagehill.net


----- Original Message ----- 
From: "Jacques Foucry" <jacques@foucry.net>
To: "docbook-apps" <docbook-apps@lists.oasis-open.org>
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: 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]