]> git.evergreen-ils.org Git - working/Evergreen.git/blob - stylesheets/evergreen_docbook_files/docbook-xsl-1.75.2/params/show.revisionflag.xml
Evergreen Version Fix to reflect the new EG releases 2.0.10 and 1.6.1.9
[working/Evergreen.git] / stylesheets / evergreen_docbook_files / docbook-xsl-1.75.2 / params / show.revisionflag.xml
1 <refentry xmlns="http://docbook.org/ns/docbook"\r
2           xmlns:xlink="http://www.w3.org/1999/xlink"\r
3           xmlns:xi="http://www.w3.org/2001/XInclude"\r
4           xmlns:src="http://nwalsh.com/xmlns/litprog/fragment"\r
5           xmlns:xsl="http://www.w3.org/1999/XSL/Transform"\r
6           version="5.0" xml:id="show.revisionflag">\r
7 <refmeta>\r
8 <refentrytitle>show.revisionflag</refentrytitle>\r
9 <refmiscinfo class="other" otherclass="datatype">boolean</refmiscinfo>\r
10 </refmeta>\r
11 <refnamediv>\r
12 <refname>show.revisionflag</refname>\r
13 <refpurpose>Enable decoration of elements that have a revisionflag</refpurpose>\r
14 </refnamediv>\r
15 \r
16 <refsynopsisdiv>\r
17 <src:fragment xml:id="show.revisionflag.frag">\r
18 <xsl:param name="show.revisionflag" select="0"/>\r
19 </src:fragment>\r
20 </refsynopsisdiv>\r
21 \r
22 <refsection><info><title>Description</title></info>\r
23 \r
24 <para>\r
25 If <parameter>show.revisionflag</parameter> is turned on, then the stylesheets\r
26 may produce additional markup designed to allow a CSS stylesheet to\r
27 highlight elements that have specific revisionflag settings.</para>\r
28 \r
29 <para>The markup inserted will be usually be either a &lt;span&gt; or\r
30 &lt;div&gt; with an appropriate <literal>class</literal>\r
31 attribute. (The value of the class attribute will be the same as the\r
32 value of the revisionflag attribute). In some contexts, for example\r
33 tables, where extra markup would be structurally illegal, the class\r
34 attribute will be added to the appropriate container element.</para>\r
35 \r
36 <para>In general, the stylesheets only test for revisionflag in contexts\r
37 where an importing stylesheet would have to redefine whole templates.\r
38 Most of the revisionflag processing is expected to be done by another\r
39 stylesheet, for example <filename>changebars.xsl</filename>.</para>\r
40 \r
41 </refsection>\r
42 </refentry>\r