OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


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


Hi,
The number and separator are generated by a template that starts with:

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

in common/common.xsl. The code in that template that sets the $type variable sets the number format and the punctuation. You can customize that template in your customization layer to replace "." with ")".

Bob Stayton
Sagehill Enterprises
bobs@sagehill.net

On 2/6/2014 7:27 PM, Vadim Peretokin wrote:
Hi,

How would one go about changing the separator for items within an orderedlist to be a closing bracket, ), instead of a period? I had a look at the docs for orderedlist and listitem but didn't find anything obvious.

Thank you.

The information contained in this e-mail message and any accompanying files is or may be privileged or confidential. If you are not the intended recipient, any use, dissemination, reliance, forwarding, printing or copying of this e-mail or any attached files is unauthorised. This e-mail and any attachments may be subject to copyright. Copyright material should not be reproduced, adapted or communicated without the written consent of the copyright owner. If you have received this e-mail in error please advise the sender immediately by return e-mail or telephone and delete all copies. NEHTA does not make any representations or give any guarantees in respect of the accuracy or completeness of any information contained in this e-mail or attached files. Internet communications are not secure, therefore NEHTA does not accept any liability for the contents of this message or attached files.



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]