From b57490031b95c017c58bd17d1c9ebcf7ac73807f Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 19 Feb 2015 08:47:10 +0100 Subject: Move string-replace-all to util.xsl --- convert-style-to-html.xsl | 25 ++----------------------- endnote-to-dbxml.xsl | 24 ------------------------ util.xsl | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 47 deletions(-) diff --git a/convert-style-to-html.xsl b/convert-style-to-html.xsl index 9858964..dbc7281 100644 --- a/convert-style-to-html.xsl +++ b/convert-style-to-html.xsl @@ -3,6 +3,8 @@ + + @@ -77,29 +79,6 @@ - - - - - - - - - - - - - - - - - - - - - - - diff --git a/endnote-to-dbxml.xsl b/endnote-to-dbxml.xsl index f8880db..1783f0a 100644 --- a/endnote-to-dbxml.xsl +++ b/endnote-to-dbxml.xsl @@ -91,28 +91,4 @@ - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/util.xsl b/util.xsl index 19e6cf9..1c8bb5a 100644 --- a/util.xsl +++ b/util.xsl @@ -51,4 +51,27 @@ attribute text + + + + + + + + + + + + + + + + + + + + + + + -- cgit