This commit is contained in:
2011-11-21 16:37:30 +00:00
parent 718b4d9dc0
commit 19349d9fcd
7 changed files with 91 additions and 35 deletions

View File

@@ -19,6 +19,7 @@
<xsl:apply-templates select="numberingsequence"/>
<xsl:apply-templates select="IsStepSection"/>
<xsl:apply-templates select="UseCheckOffs"/>
<xsl:apply-templates select ="UseColSByLevel"/>
<xsl:apply-templates select="oldtonew"/>
<xsl:apply-templates select="CancelSectTitle"/>
<xsl:apply-templates select="SpecialStepsFoldout"/>
@@ -39,6 +40,11 @@
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="UseColSByLevel">
<xsl:attribute name="UseColSByLevel">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="oldtonew">
<xsl:attribute name="OldToNew"><xsl:value-of select="."/></xsl:attribute>
</xsl:template>