[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Qanda: HTML: Not renumber on qandadiv
Hi,
As with most numbers generated by DocBook XSL, the
stylesheet uses mode="label.markup" for questions and answers. This
template from common/labels.xsl would need to be customized:
<xsl:template match="question|answer"
mode="label.markup">
The xsl:choose in that template handles the various
labeling options that are available for qandasets. I think the last
xsl:when handles plain numbering, using xsl:number. Change the attributes
on xsl:number to add a "from" attribute.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]