Next in thread → Next in month →

Re: [docbook-apps] Ordered list - use bracket instead of period as separator

From
Vadim Peretokin <>
Date
2014-02-11T04:46:31+00:00
ID
Thread
Re: [docbook-apps] Ordered list - use bracket instead of period as separator
Hi Vadim,
As you say, in the namespaced stylesheets, the namespace is explicit, so 
all docbook element names have the docbook namespace prefix, so look for 
this template instead:

    <xsl:template match="d:orderedlist/d:listitem" mode="item-number">

I confirmed it is present in docbook-xsl-ns-1.78.1/common/common.xsl

Bob Stayton
Sagehill Enterprises


On 2/9/2014 2:28 PM, Vadim Peretokin wrote:
Next in thread → Next in month →