From aceed71c01b9a25ee4fc70074d3edbd7c95042ad Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 18 Feb 2015 15:48:18 +0100 Subject: Implement simple xml import using xsl and load xml --- convert-style-to-html.xsl | 107 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 convert-style-to-html.xsl (limited to 'convert-style-to-html.xsl') diff --git a/convert-style-to-html.xsl b/convert-style-to-html.xsl new file mode 100644 index 0000000..9858964 --- /dev/null +++ b/convert-style-to-html.xsl @@ -0,0 +1,107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit