From 2ab03c55c2712308e5158d00d48604088bd943e6 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Wed, 29 Aug 2001 13:08:36 +0000 Subject: [PATCH] Fix orderedlist numerations --- xsl/common/common.xsl | 42 ++++++++++++++++++++++++++++++++++++++++++ xsl/fo/lists.xsl | 27 ++++++++++++++++++++++++++- xsl/html/lists.xsl | 34 ++++++++++++++++++---------------- 3 files changed, 86 insertions(+), 17 deletions(-) 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: + + + +