Ticket #514 (closed question: fixed)
Numbering with XSLT?
Description
How can I initiate that sections are numbered in ascending order?
<tgroup layout="section">
<metadata>
<dc:title>Intro</dc:title>
</metadata>
</tgroup>
<tgroup layout="section">
<metadata>
<dc:title>Main</dc:title>
</metadata>
</tgroup>
<tgroup layout="section">
<metadata>
<dc:title>Outlook</dc:title>
</metadata>
</tgroup>
Currently our XSLT return the following:
1. Intro 1. Main 1. Outlook
How can I initiate the below output with XSLT?
1. Intro 2. Main 3. Outlook
Change History
Note: See
TracTickets for help on using
tickets.
