source: trunk/Distribution/XSL/params/refentry.source.name.profile.enabled.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.6 KB
Line 
1<refentry id="refentry.source.name.profile.enabled">
2<refmeta>
3<refentrytitle>refentry.source.name.profile.enabled</refentrytitle>
4<refmiscinfo role="type">boolean</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>refentry.source.name.profile.enabled</refname>
8<refpurpose>Enable refentry "source name" profiling?</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='refentry.source.name.profile.enabled.frag'>
13<xsl:param name="refentry.source.name.profile.enabled">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.profile.enabled</parameter> is
20non-zero, then during <tag>refentry</tag> metadata gathering, the info
21profile specified by the customizable
22<parameter>refentry.source.name.profile</parameter> parameter is
23used.</para>
24
25<para>If instead the value of
26<parameter>refentry.source.name.profile.enabled</parameter> is zero (the
27default), then "hard coded" logic within the DocBook XSL stylesheets
28is used for gathering <tag>refentry</tag> "source name" data.</para>
29
30<para>If you find that the default <tag>refentry</tag>
31metadata-gathering behavior is causing incorrect "source name" data to
32show up in your output, then consider setting a non-zero value for
33<parameter>refentry.source.name.profile.enabled</parameter> and
34adjusting the value of
35<parameter>refentry.source.name.profile</parameter> to cause correct
36data to be gathered. </para>
37
38<para>Note that the terms "source" and "source name" have special
39meanings in this context. For details, see the documentation for the
40<parameter>refentry.source.name.profile</parameter> parameter.</para>
41
42</refsect1>
43</refentry>
Note: See TracBrowser for help on using the repository browser.