Fix autolabeling of appendixes and parts in webhelp

This commit is contained in:
dcramer
2011-10-14 12:56:44 -05:00
parent 354312a654
commit 09fcb63330

View File

@@ -27,8 +27,8 @@
<xsl:param name="branding">not set</xsl:param>
<xsl:param name="section.autolabel" select="1"/>
<xsl:param name="chapter.autolabel" select="1"/>
<xsl:param name="appendix.autolabel" select="1"/>
<xsl:param name="part.autolabel" select="1"/>
<xsl:param name="appendix.autolabel" select="'A'"/>
<xsl:param name="part.autolabel" select="'I'"/>
<xsl:param name="reference.autolabel" select="1"/>
<xsl:param name="qandadiv.autolabel" select="1"/>
<xsl:param name="webhelp.autolabel" select="1"/>