← Prev in month ← Prev in thread

XSL Chapter Customization

From
Chedly GUERFALI <>
Date
2008-05-29T12:43:47+00:00
ID
001601c8c189$9b71b5a0$
Thread
XSL Chapter Customization
Hi all,

 

I am new in Docbook and I want to change the way chapter titles
are presented.

 

I tried this :

 

<?xml version="1.0" encoding="UTF-8"
?>

<xsl:stylesheet 

            version="1.0"

            xmlns:xsl="http://www.w3.org/1999/XSL/Transform"

            xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">

 

            <xsl:param name="local.l10n.xml"
select="document('')"/>

            <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">

                        <l:l10n language="en">

                                    <l:context
name="title">

                                                <l:template
name="chapter" text="%t"/>

                                    </l:context>

                        </l:l10n>

                        </l:i18n>  

</xsl:stylesheet>

 

But I always have errors while processing with Xalan.

 

Does anyone have an idea ?

 

Thank you in advance

 

Chedly
← Prev in month ← Prev in thread