From 4ac8c841f28b6482e593a8af235d095a285cc0a8 Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Mon, 1 Dec 2003 23:25:05 +0000 Subject: [PATCH] Processing of listitems now processes and preserves order of comments and PIs. --- xsl/html/lists.xsl | 127 +++++++++++++++++++++++++++++---------------- 1 file changed, 82 insertions(+), 45 deletions(-) diff --git a/xsl/html/lists.xsl b/xsl/html/lists.xsl index 27743a9c9..210a2b719 100644 --- a/xsl/html/lists.xsl +++ b/xsl/html/lists.xsl @@ -21,9 +21,13 @@ - + +
    @@ -37,7 +41,10 @@ - +
@@ -53,10 +60,10 @@ - + - + @@ -67,7 +74,7 @@ disc square - + @@ -75,8 +82,8 @@
  • - list-style-type: - + list-style-type: + @@ -90,12 +97,12 @@ -
    - -
    +
    + +
    - +
  • @@ -151,9 +158,13 @@ - + +
      @@ -171,7 +182,10 @@ - +
    @@ -198,12 +212,12 @@ -
    - -
    +
    + +
    - +
    @@ -264,9 +278,13 @@ - + + @@ -286,16 +304,26 @@ - +
    - + +
    - +
    @@ -430,7 +458,7 @@
    - +
    @@ -447,12 +475,12 @@ - - - - - 1 - + + + + + 1 +
    @@ -564,10 +592,10 @@
    - - - - + + + + @@ -641,10 +669,13 @@ + + select="*[not(self::step + or self::title + or self::titleabbrev)] + |comment()[not(preceding-sibling::step)] + |processing-instruction()[not(preceding-sibling::step)]"/>
    @@ -658,7 +689,10 @@
      - +
    @@ -666,7 +700,10 @@ - +
    -- 2.40.0