Re: [docbook-apps] Suppress Refentry title "Name"

From
Bob Stayton <>
Date
2010-12-22T16:47:39+00:00
ID
264601cba1f7$e6cd4f40$6600a8c0@pazu
Thread
Re: [docbook-apps] Suppress Refentry title "Name"
Hi Lwam,

> We found out that "Name" of the refnamediv can not be influenced by parameters or 
> something else!
>
> Is it true that "Name" is generated by Pearl?

If you mean by the Perl programming language, the answer is no.  Perl is not involved 
in DocBook XSL processing at all.

> And is it true, that it is not possible to suppress "Name"?

Again, the answer is no.  If you process your document with the stylesheet param 
refentry.generate.name="0" then you get no "Name" label in the output.

Here is a snippet of HTML output when refentry.generate.name="1":

   <div class="refnamediv"><h2>Name</h2><p>Minimal &#8212; Test of a minimal 
RefEntry</p></div>

And here it is when refentry.generate.name="0".

   <div class="refnamediv"><p>Minimal &#8212; Test of a minimal RefEntry</p></div>

You can see that the second example does not have <h2>Name</h2>.

The same applies for FO output.

Bob Stayton
Sagehill Enterprises