source: trunk/Distribution/XSL/params/refentry.source.name.suppress.xml@ 2

Last change on this file since 2 was 2, checked in by jkacer, 18 years ago

Added all DocBook Framework stuff:

  • DocBook DTD
  • Transformation software FOP 0.20.5 and Saxon 6
  • XSL styles
  • Rexx scripts

Also added some WarpIN-related stuff for creation of WarpIN installation packages.
This state corresponds to version 1.0.0 from November 2005, just slightly modified to carry versioning information (Rexx scripts).

File size: 1.4 KB
Line 
1<refentry id="refentry.source.name.suppress">
2<refmeta>
3<refentrytitle>refentry.source.name.suppress</refentrytitle>
4<refmiscinfo role="type">boolean</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>refentry.source.name.suppress</refname>
8<refpurpose>Suppress "name" part of refentry "source" contents?</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='refentry.source.name.suppress.frag'>
13<xsl:param name="refentry.source.name.suppress">0</xsl:param></src:fragment>
14</refsynopsisdiv>
15
16<refsect1><title>Description</title>
17
18<para>If the value of
19<parameter>refentry.source.name.suppress</parameter> is non-zero, then
20during <tag>refentry</tag> metadata gathering, no "source name" data
21is added to the <tag>refentry</tag> "source" contents. Instead (unless
22<parameter>refentry.version.suppress</parameter> is also non-zero),
23only "version" data is added to the "source" contents.</para>
24
25<para>If you find that the <tag>refentry</tag> metadata gathering
26mechanism is causing unwanted "source name" data to show up in your
27output -- for example, in the footer (or possibly header) of a man
28page -- then you might consider setting a non-zero value for
29<parameter>refentry.source.name.suppress</parameter>.</para>
30
31<para>Note that the terms "source", "source name", and "version" have
32special meanings in this context. For details, see the documentation
33for the <parameter>refentry.source.name.profile</parameter>
34parameter.</para>
35
36</refsect1>
37</refentry>
Note: See TracBrowser for help on using the repository browser.