Name

draft.mode — Select draft mode

Synopsis

§144: §199

  1| <xsl:param name="draft.mode"
  2|            select="'maybe'"/>

Description

Selects draft mode. If draft.mode is “yes”, the entire document will be treated as a draft. If it is “no”, the entire document will be treated as a final copy. If it is “maybe”, individual sections will be treated as draft or final independently, depending on how their status attribute is set.