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]

Re: 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?



----------------------------------------------------------------
To subscribe or unsubscribe from this elist use the subscription
manager: <http://lists.oasis-open.org/ob/adm.pl>


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