<ul>
<xsl:if test="@spacing='compact'">
<xsl:attribute name="compact">
- <xsl:value-of select="compact"/>
+ <xsl:value-of select="@spacing"/>
</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="listitem"/>
<xsl:if test="title">
<xsl:apply-templates select="title" mode="procedure.title.mode"/>
</xsl:if>
- <xsl:apply-templates select="*[local-name()!='step']"/>
- <ol><xsl:apply-templates select="step"/></ol>
+ <ol><xsl:apply-templates/></ol>
</div>
</xsl:template>