From ffcfceedd2d40301698fc5fc4947ee38388e0166 Mon Sep 17 00:00:00 2001 From: Steve Ball Date: Fri, 15 Aug 2008 01:29:11 +0000 Subject: [PATCH] added support for orgname in author --- xsl/roundtrip/blocks2dbk.xsl | 59 +++++++++++++++++++++++++----- xsl/roundtrip/wordml2normalise.xsl | 33 ++++++++++++++++- 2 files changed, 81 insertions(+), 11 deletions(-) diff --git a/xsl/roundtrip/blocks2dbk.xsl b/xsl/roundtrip/blocks2dbk.xsl index 2988e096c..7e48c004c 100644 --- a/xsl/roundtrip/blocks2dbk.xsl +++ b/xsl/roundtrip/blocks2dbk.xsl @@ -20,7 +20,7 @@ - @@ -245,7 +245,7 @@ @rnd:style = "literallayout"'> + select='following-sibling::dbk:para[@rnd:style != current()/@rnd:style][1]'/> @@ -253,11 +253,11 @@ - - @@ -437,7 +437,18 @@ - + + + + + + + + + + + + @@ -450,7 +461,18 @@ - + + + + + + + + + + + + @@ -837,10 +859,27 @@ - - - - + + + + + + + + bad-author-orgname-combo + character span "" not allowed in an author paragraph combined with orgname + + + + + + + + + + diff --git a/xsl/roundtrip/wordml2normalise.xsl b/xsl/roundtrip/wordml2normalise.xsl index adcadedd1..901fcc914 100644 --- a/xsl/roundtrip/wordml2normalise.xsl +++ b/xsl/roundtrip/wordml2normalise.xsl @@ -124,9 +124,18 @@ + + + + + + + @@ -135,7 +144,7 @@ - + @@ -195,7 +204,12 @@ + + + @@ -210,6 +224,23 @@ + + + + + + + + + + -- 2.40.0