From 782c91f55332f43336c3e6a30d4ff1be81cc0bc9 Mon Sep 17 00:00:00 2001 From: Steve Ball Date: Mon, 25 Oct 2004 23:59:10 +0000 Subject: [PATCH] rename style names fix problems in handling blockquotes fix unsupported block/inline elements --- xsl/wordml/docbook.xsl | 184 ++++++++++++++++++++++++++++++---------- xsl/wordml/template.xml | 2 +- 2 files changed, 141 insertions(+), 45 deletions(-) diff --git a/xsl/wordml/docbook.xsl b/xsl/wordml/docbook.xsl index a54112408..fedae5129 100755 --- a/xsl/wordml/docbook.xsl +++ b/xsl/wordml/docbook.xsl @@ -35,7 +35,7 @@ Please specify the template document with the "wordml.template" parameter - Unable to open template document + Unable to open template document "" @@ -71,14 +71,7 @@ Unknown - - - - - - 1 - - + 1 @@ -186,7 +179,7 @@ - + @@ -200,10 +193,12 @@ + - + - @@ -225,19 +220,80 @@ + + + + + + + + + + + + + Normal + + + + + + + + + + + + + + + + + Normal + + + + + + + + + + + + + + + + + + Normal + + + + + + + + + + + + - + - Normal + simpara + @@ -254,7 +310,9 @@ - + + + @@ -308,7 +366,8 @@ + Position = Sum(i,preceding-sibling[@colspan = ""]) + entry[i].@colspan) + --> @@ -324,7 +383,9 @@ + column. That is all the nodes between the current + column number and the column number plus the span. + --> @@ -349,13 +410,24 @@ - + + + + + + + + + + + + and adding the colspans of those entries which do. + --> @@ -406,7 +478,7 @@ - + @@ -414,7 +486,7 @@ - + @@ -423,14 +495,33 @@ - - + + + + + + + + + + + + + + + + + + + + + @@ -480,6 +571,7 @@ self::address | self::answer | self::appendix | + self::artheader | self::authorgroup | self::bibliodiv | self::biblioentry | @@ -492,6 +584,7 @@ self::caption | self::caution | self::chapter | + self::classsynopsis | self::colophon | self::constraintdef | self::copyright | @@ -500,6 +593,7 @@ self::equation | self::example | self::figure | + self::funcsynopsis | self::glossary | self::glossdef | self::glossdiv | @@ -594,29 +688,31 @@ + + + + --> diff --git a/xsl/wordml/template.xml b/xsl/wordml/template.xml index 8e6c34772..4e8f1313d 100644 --- a/xsl/wordml/template.xml +++ b/xsl/wordml/template.xml @@ -1,3 +1,3 @@ -This document left intentionally blankSteve BallSteve Ball7292004-10-04T23:25:00Z2004-10-07T03:04:00Z1535113911.6113This document left intentionally blank. \ No newline at end of file +This document left intentionally blankSteve BallSteve Ball9352004-10-04T23:25:00Z2004-10-24T12:47:00Z1535113911.6113This document left intentionally blank. \ No newline at end of file -- 2.40.0