draft.mode — Select draft mode

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

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.