This commit is contained in:
2011-06-16 10:18:38 +00:00
parent 3e2dfeb90f
commit 7e0da06b05
5 changed files with 2959 additions and 2783 deletions

View File

@@ -19,9 +19,12 @@
<xsl:apply-templates select="numberingsequence"/>
<xsl:apply-templates select="IsStepSection"/>
<xsl:apply-templates select="UseCheckOffs"/>
<xsl:apply-templates select="oldtonew"/>
<xsl:apply-templates select="pagestyle"/>
<xsl:apply-templates select="dstyle|DocStructStyle|PTopRow|ContStyle|EndStyle|FinalMsg"/>
<xsl:apply-templates select="oldtonew"/>
<xsl:apply-templates select="CancelSectTitle"/>
<xsl:apply-templates select="SpecialStepsFoldout"/>
<xsl:apply-templates select="UndSpecialStepsFoldout"/>
<xsl:apply-templates select="pagestyle"/>
<xsl:apply-templates select="dstyle|DocStructStyle|TopMargin|ContStyle|EndStyle|FinalMsg"/>
</DocStyle>
</xsl:template>
<xsl:template match="numberingsequence">
@@ -39,6 +42,21 @@
<xsl:template match="oldtonew">
<xsl:attribute name="OldToNew"><xsl:value-of select="."/></xsl:attribute>
</xsl:template>
<xsl:template match="CancelSectTitle">
<xsl:attribute name="CancelSectTitle">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="SpecialStepsFoldout">
<xsl:attribute name="SpecialStepsFoldout">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="UndSpecialStepsFoldout">
<xsl:attribute name="UndSpecialStepsFoldout">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="dstyle">
<xsl:if test="string-length(./FontFamily)+string-length(./FontSize)+string-length(./FontStyle)>0">
<Font>
@@ -60,9 +78,9 @@
</Font>
</xsl:if>
</xsl:template>
<xsl:template match="PTopRow">
<xsl:template match="TopMargin">
<Layout>
<xsl:attribute name="TopRow"><xsl:value-of select="."/></xsl:attribute>
<xsl:attribute name="TopMargin"><xsl:value-of select="."/></xsl:attribute>
<xsl:attribute name="FooterLength"><xsl:value-of select="..//FooterLen"/></xsl:attribute>
<xsl:attribute name="PageLength"><xsl:value-of select="..//PageLength"/></xsl:attribute>
<xsl:attribute name="PageWidth"><xsl:value-of select="..//PageWidth"/></xsl:attribute>