Callawy & Farley

Callaway & Farley
This commit is contained in:
2013-10-17 15:59:40 +00:00
parent 883392a51a
commit 812ca6582e
5 changed files with 108 additions and 14 deletions

View File

@@ -25,6 +25,7 @@
<xsl:apply-templates select="CancelSectTitle"/>
<xsl:apply-templates select="SpecialStepsFoldout"/>
<xsl:apply-templates select="UndSpecialStepsFoldout"/>
<xsl:apply-templates select="ExtraLineHeader"/>
<xsl:apply-templates select="AlignHLSTabWithSect"/>
<xsl:apply-templates select="pagestyle"/>
<xsl:apply-templates select="dstyle|DocStructStyle|TopMargin|ContStyle|EndStyle|FinalMsg|CenterLineX|CenterLineYTop|CenterLineYBottom|LandscapePageList|ShowSectionTitles"/>
@@ -107,6 +108,11 @@
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="ExtraLineHeader">
<xsl:attribute name="ExtraLineHeader">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="AlignHLSTabWithSect">
<xsl:attribute name="AlignHLSTabWithSect">
<xsl:value-of select="."/>