Suggestions
Search:
 
Next:
QandaSet qandaset.mod.xsl
Previous:
generate.step.title
Up:
Procedures procedure.mod.xsl
Reference Section

Name

substeps — Process substep [2.0.9] elements

Synopsis

<xsl:template match="substeps">
<xsl:param name="mode" select="''"/>
<xsl:param name="environment">
			<xsl:choose>
				<xsl:when test="$mode='custom'">
					<xsl:text>description</xsl:text>
				</xsl:when>
				<xsl:otherwise>
					<xsl:text>enumerate</xsl:text>
				</xsl:otherwise>
			</xsl:choose>
		</xsl:param>
  ...
</xsl:template>

A. Description

Format substeps as part of a step.

B. Pertinent Variables

There are no configuration variables for this template.

C. Template Parameters

mode
See procedure.
environment
See procedure.

D. DocBook Compliance and LaTeX Notes

Substeps are typeset by nesting a LaTeX \begin{enumerate} environment.

E. Samples and Tests

test_book.pdf from test_book/test.xml, test_procedure.pdf from test_procedure/test.xml