From 35b027ff9aa93a5668076cdcda009548ecb3c230 Mon Sep 17 00:00:00 2001 From: Eliot Kimber Date: Mon, 6 Jun 2016 18:07:41 -0500 Subject: [PATCH] Added new parameter, tableWidthsProportional, which produces proportional table widths --- xsl/docx2dita.xsl | 11 +++++++++-- xsl/simple2dita.xsl | 36 ++++++++++++++++++++++++++---------- 2 files changed, 35 insertions(+), 12 deletions(-) diff --git a/xsl/docx2dita.xsl b/xsl/docx2dita.xsl index 93698e1..7075ce2 100644 --- a/xsl/docx2dita.xsl +++ b/xsl/docx2dita.xsl @@ -61,7 +61,13 @@ version="2.0"> - + + + + @@ -381,7 +387,8 @@ version="2.0"> + debug = "" + includeWordBackPointers= "" + chartsAsTables = "" - + saveIntermediateDocs = "" + + saveIntermediateDocs = "" + + tableWidthsProportional = "" () Global Variables: diff --git a/xsl/simple2dita.xsl b/xsl/simple2dita.xsl index cf1a804..fba8374 100644 --- a/xsl/simple2dita.xsl +++ b/xsl/simple2dita.xsl @@ -746,10 +746,10 @@ - 0 + - 1 + @@ -902,14 +902,30 @@ - - - - - - - - + + + + + + + + + + + + + +