[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: Re: DOCBOOK-APPS: Removing 'Chapter' from HTML Help pages?
Hi Dan,
You said,
>>>>
Is there anything I can set in my customization layer to get rid of
the "Chapter ."? I have figured out that the text comes from the
<l:context name="title"> bit inside of common/en.xml... but I cannot
seem to figure out where this gets called.
Is there some parameter I have not set? Or is this a stylesheet bug?
<<<<
Isn't is called the same as in html? I think you want something like this:
<xsl:param name="local.l10n.xml" select="document('')"/>
<i18n xmlns="http://docbook.sourceforge.net/xmlns/l10n/1.0">
<l10n language="en">
<context name="title">
<template name="chapter" text="%t"/>
</context>
</l10n>
</i18n>
Dennis Grace
IBM Information Developer
(512) 838-3937 T/L 678-3937 cell: (512)-296-7830
dgrace@us.ibm.com
If you try to fail, and succeed, which have you done?
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC