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]

Slides XSL


Hi,

Although I have added a feature request at sourceforge, I need help in
getting this sorted out before the feature is implied if sounds Ok -:)

in slides.xsl line 235

<a href="{$toc.html}"> 
<xsl:text>Contents</xsl:text>
</a>

and in line 661
<xsl:template match ="slides" mode="toc">
<p><b>Table of Contents</b></p>
<dl>
        <xsl:apply-template select="section|foil" mode="toc"/>
</dl>
</xsl:template>

What do I need to do to get the them use gentext variables ? I know the
shortcut is change them at these points yet I have no guarentee to
produce everything in Turkish :-) and I want to be as modular as
possible.

Thanks
-- 
Togan Muftuoglu


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