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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

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


Subject: Re: [docbook] ordered list in spanish format



Hi,
You could customize the template that starts with this line in common/common.xsl:
 
<xsl:template match="orderedlist/listitem" mode="item-number">
That template generates the list item number and its format.  In that template the "type" variable specifies the number format with a ".", so you should be able to just replace the . with ) for your case.  It should work for both HTML and PDF outputs and their variants.
 
Bob Stayton
Sagehill Enterprises
bobs@sagehill.net
 
 
----- Original Message -----
Sent: Monday, March 19, 2012 1:23 AM
Subject: [docbook] ordered list in spanish format

Hello,

I have one question regarding ordered lists in spanish. 

When I generate pdf, epub, html the ordered lists appear this way:

1. First object
2. Second object
3. ...
...


In spanish the correct one must appear this way:

1) First object
2) Second object
3) ...


How could I get this list format??



Thanks in advance.


Xabier Bayon Garcia <xabierbayon@gmail.com>


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