← Prev in month ← Prev in thread

DOCBOOK-APPS: Modifying chapter headings not working

From
arnonym <>
Date
2002-09-11T22:47:09+00:00
ID
Thread
DOCBOOK-APPS: Modifying chapter headings not working
Hello,

I am trying to modify the chapter headings through a XSL
customization file. An older post to this mailing list
stated this solution:

<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="%n. %t"/>
			</l:context>
		</l:l10n>
	</l:i18n>

Well, this is not working for me. Strangely, the code below
succesfully changes the navigation text:

<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:gentext key="nav-next"
text="Foo"/>
		</l:l10n>
	</l:i18n>

I use saxon6_5_2 with DocBook 4.2 on a Win2k machine.

Is it a simple syntax error, or do i have to use a different
approach to change the chapter headings?

wbr,
Arno Sosna 
_____________________________________________________________________
// free anonymous email || forums \\ subZINE || anonymous browsing 
            subDIMENSION -- http://www.subdimension.com
← Prev in month ← Prev in thread