This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]