← Prev in month
← Prev in thread
remove last section punctation
Hi all,
I'm using the Simplified DocBook and the DocBook-XSL-1.72.0 for creating my documents.
I set
<xsl:param name="section.autolabel" select="1"/>
to have section numbering. But the numbers are like 1. or 2.1. or 4.3.2.
I want to remove the last "." after the last number of the section.
In the DocBook-XSL-Guide:
<xsl:template match="*" mode="intralabel.punctuation">
<xsl:text>.</xsl:text>
</xsl:template>
But this is only for the punctation between the numbers, not for the numbers last punctation. Has anybody a hint for me where I can find the right parameter to remove the last "." after the last section number?
Thanks,
Best regards,
Kerstin
Alles was der Gesundheit und Entspannung dient.
BE A BETTER MEDIZINMANN!
← Prev in month
← Prev in thread