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: 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





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]