From 61b8b4f2c38a96cda7460909acd3f3d743dfd553 Mon Sep 17 00:00:00 2001 From: Steve Ball Date: Tue, 12 Jul 2005 01:21:15 +0000 Subject: [PATCH] added subtitles, fixed itemizedlist --- xsl/wordml/docbook.xsl | 10 +- xsl/wordml/specifications.xml | 5 + xsl/wordml/template.xml | 2 +- xsl/wordml/wordml-final.xsl | 114 +++++++++++++++++++-- xsl/wordml/wordml.xsl | 183 ++++++++++++++++++---------------- 5 files changed, 217 insertions(+), 97 deletions(-) diff --git a/xsl/wordml/docbook.xsl b/xsl/wordml/docbook.xsl index 3fba58f15..36b7e4c52 100755 --- a/xsl/wordml/docbook.xsl +++ b/xsl/wordml/docbook.xsl @@ -29,7 +29,8 @@ - + + Please specify the template document with the "wordml.template" parameter @@ -44,7 +45,8 @@ - + - + @@ -394,8 +396,8 @@ + - diff --git a/xsl/wordml/specifications.xml b/xsl/wordml/specifications.xml index 9cce83c85..e4a0790ec 100755 --- a/xsl/wordml/specifications.xml +++ b/xsl/wordml/specifications.xml @@ -394,6 +394,11 @@ variablelist4 with no figure-title above or below +informalfigure/mediaobject/imageobject/imagedata/@fileref +informalfigure-imagedata +The content of the paragraph is taken as the URI for the image. For use in cases where the image is not embedded in the Word document. + + table Word table diff --git a/xsl/wordml/template.xml b/xsl/wordml/template.xml index f85abe1cd..b1866009c 100644 --- a/xsl/wordml/template.xml +++ b/xsl/wordml/template.xml @@ -1,3 +1,3 @@ -This document left intentionally blankSteve BallSteve Ball2333162004-10-04T23:25:00Z2004-12-23T12:26:00Z1535113911.6113This document intentionally left blank. \ No newline at end of file +This document left intentionally blankSteve BallSteve Ball2533192004-10-04T23:25:00Z2005-03-08T02:29:00Z1535113911.6113This document intentionally left blank. \ No newline at end of file diff --git a/xsl/wordml/wordml-final.xsl b/xsl/wordml/wordml-final.xsl index ef6e508fe..cb5348f9c 100644 --- a/xsl/wordml/wordml-final.xsl +++ b/xsl/wordml/wordml-final.xsl @@ -4,8 +4,18 @@ - - + + + + @@ -165,16 +175,17 @@ + + + + - - - - <xsl:apply-templates select="w:r|w:hlink"/> + @@ -182,10 +193,58 @@ <xsl:apply-templates select="w:r|w:hlink"/> + + + + + + + + + paragraph style " + + " found without a preceding title + + + + + + + + + + + + + + + paragraph style " + + " found in subtitle context + + + + @@ -254,6 +313,19 @@ + + + + wordlist subsequent item + + + wordlist first item + + + + @@ -484,7 +556,8 @@ - + @@ -603,6 +676,22 @@ + + + + + + + + + + + + + + + + @@ -1065,4 +1154,15 @@ + + + + + + + + + + diff --git a/xsl/wordml/wordml.xsl b/xsl/wordml/wordml.xsl index 312a7ba52..97ca037d2 100755 --- a/xsl/wordml/wordml.xsl +++ b/xsl/wordml/wordml.xsl @@ -146,20 +146,21 @@ - - - - - - - + + + + + + + - - - - - - + + + + style "" + + + @@ -498,84 +499,96 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + - - - figure - informalfigure - - + + + figure + informalfigure + + - - - - - <xsl:copy-of select="$title"/> - - - - - - - - - - - - - - - - + + + + + <xsl:copy-of select="$title"/> + + + + + + + - - - - - - - + + + + + + + + + + + + + + + + -- 2.40.0