From 6e5eefd1db1faa682b6db9dd73ffa2d76ead84e0 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Thu, 19 Feb 2015 09:54:08 +0100 Subject: Use exsl:str:replace function instead of template We need exsl anyway and using str:replace as xpath function simplifies the template alot. --- convert-style-to-html.xsl | 32 +++++++++----------------------- 1 file changed, 9 insertions(+), 23 deletions(-) (limited to 'convert-style-to-html.xsl') diff --git a/convert-style-to-html.xsl b/convert-style-to-html.xsl index dbc7281..b22de5c 100644 --- a/convert-style-to-html.xsl +++ b/convert-style-to-html.xsl @@ -1,62 +1,48 @@ - + - - - - - - - - - - - - + - - + - - + - - + - - + - - + -- cgit