This works!!!! Thank you!!
Xabier Bayon Garcia <[email protected]> 2012/3/19 Bob Stayton <[email protected]> > ** > 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 > [email protected] > > > > ----- Original Message ----- > *From:* Xabier Bayon Garcia <[email protected]> > *To:* [email protected] > *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 <[email protected]> > >
