FNP: Component List on document style & Bottom continue message location fix

FNP: Component List moved to document style
This commit is contained in:
Kathy Ruffing 2013-11-20 13:13:16 +00:00
parent 5931266552
commit 8c0540ead9
2 changed files with 13 additions and 0 deletions

View File

@ -27,6 +27,7 @@
<xsl:apply-templates select="UndSpecialStepsFoldout"/>
<xsl:apply-templates select="ExtraLineHeader"/>
<xsl:apply-templates select="AlignHLSTabWithSect"/>
<xsl:apply-templates select="ComponentList"/>
<xsl:apply-templates select="pagestyle"/>
<xsl:apply-templates select="dstyle|DocStructStyle|TopMargin|ContStyle|EndStyle|FinalMsg|CenterLineX|CenterLineYTop|CenterLineYBottom|LandscapePageList|ShowSectionTitles"/>
</DocStyle>
@ -118,6 +119,13 @@
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:template>
<xsl:template match="ComponentList">
<xsl:if test=".!='false'">
<xsl:attribute name="ComponentList">
<xsl:value-of select="."/>
</xsl:attribute>
</xsl:if>
</xsl:template>
<xsl:template match="dstyle">
<xsl:if test="string-length(./FontFamily)+string-length(./FontSize)+string-length(./FontStyle)>0">
<Font>
@ -209,6 +217,11 @@
<xsl:value-of select="..//CBLoc"/>
</xsl:attribute>
</xsl:if>
<xsl:if test="..//CBNoOverrideSpace != 'false'">
<xsl:attribute name="NoOverrideSpace">
<xsl:value-of select="..//CBNoOverrideSpace"/>
</xsl:attribute>
</xsl:if>
</Bottom>
</Continue>
</xsl:if>

Binary file not shown.