From: Norman Walsh Date: Wed, 29 Aug 2001 13:08:36 +0000 (+0000) Subject: Fix orderedlist numerations X-Git-Tag: release/1.79.1~6^2~6287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ab03c55c2712308e5158d00d48604088bd943e6;p=docbook-dsssl Fix orderedlist numerations --- diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index ba52ea17e..a5d3e255f 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -1054,6 +1054,48 @@ pointed to by the link is one of the elements listed in + + + + + + + + loweralpha + lowerroman + upperalpha + upperroman + arabic + arabic + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index f8a02f4e6..750645399 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -71,10 +71,35 @@ + + + + + + + + + + 1. + a. + i. + A. + I. + + + + Unexpected numeration: + + + + + + + - + diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index 797c7e29d..14b79ee66 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -69,27 +69,29 @@ 1 + + + + + - 1 - a - i - A - I + 1 + a + i + A + I + - - - - - 1 - a - i - A - I - + + Unexpected numeration: + + + +