From 9afa25b89956853c3485fdc51364c3245b6c42d2 Mon Sep 17 00:00:00 2001 From: Jirka Kosek Date: Mon, 21 Apr 2008 16:03:57 +0000 Subject: [PATCH] --- xsl/AUTHORS | 1 + xsl/common/common.xsl | 38 ++++++++++++++++++++ xsl/fo/lists.xsl | 38 -------------------- xsl/html/lists.xsl | 82 ++++++++++++++++++++++++++++++++----------- 4 files changed, 100 insertions(+), 59 deletions(-) diff --git a/xsl/AUTHORS b/xsl/AUTHORS index 780effbb7..9c3dcdc4b 100644 --- a/xsl/AUTHORS +++ b/xsl/AUTHORS @@ -1,3 +1,4 @@ The DocBook XSL stylesheets are maintained by Norman Walsh, , and members of the DocBook Project, + diff --git a/xsl/common/common.xsl b/xsl/common/common.xsl index d8a68b09e..09c9d206f 100644 --- a/xsl/common/common.xsl +++ b/xsl/common/common.xsl @@ -1414,6 +1414,44 @@ pointed to by the link is one of the elements listed in + + + + + + + + + + 1. + a. + i. + A. + I. + + + + Unexpected numeration: + + + + + + + + + + + + + + + + + + diff --git a/xsl/fo/lists.xsl b/xsl/fo/lists.xsl index a5e8ca877..4a54a7485 100644 --- a/xsl/fo/lists.xsl +++ b/xsl/fo/lists.xsl @@ -238,44 +238,6 @@ - - - - - - - - - - 1. - a. - i. - A. - I. - - - - Unexpected numeration: - - - - - - - - - - - - - - - - - - diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index 966d7c407..908bccee1 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -152,27 +152,43 @@ |comment()[not(preceding-sibling::listitem)] |processing-instruction()[not(preceding-sibling::listitem)]"/> -
    - - - - - - - - - - - - - - - - -
+ + + + + + + +
+
+ +
    + + + + + + + + + + + + + + + + +
+
+
@@ -209,6 +225,30 @@ + + + + + + + + + + + + +
+ +
+
+ + + +
+ + +
+ -- 2.40.0