source: trunk/Distribution/XSL/params/draft.mode.xml

Last change on this file 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: 899 bytes
Line 
1<refentry id="draft.mode">
2<refmeta>
3<refentrytitle>draft.mode</refentrytitle>
4<refmiscinfo role="type">list</refmiscinfo>
5</refmeta>
6<refnamediv>
7<refname>draft.mode</refname>
8<refpurpose>Select draft mode</refpurpose>
9</refnamediv>
10
11<refsynopsisdiv>
12<src:fragment id='draft.mode.frag'>
13<xsl:param name="draft.mode" select="'maybe'"/>
14</src:fragment>
15</refsynopsisdiv>
16
17<refsect1><title>Description</title>
18
19<para>Selects draft mode. If <parameter>draft.mode</parameter> is
20<quote><literal>yes</literal></quote>, the entire document will be treated
21as a draft. If it is <quote><literal>no</literal></quote>, the entire document
22will be treated as a final copy. If it is <quote><literal>maybe</literal></quote>,
23individual sections will be treated as draft or final independently, depending
24on how their <sgmltag class="attribute">status</sgmltag> attribute is set.
25</para>
26
27</refsect1>
28</refentry>
Note: See TracBrowser for help on using the repository browser.