Skip to content
Snippets Groups Projects
Commit 8fbada29 authored by Goik Martin's avatar Goik Martin
Browse files

Replacing include by import

parent 48bb0137
No related branches found
No related tags found
No related merge requests found
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/docbook.xsl xmlmind/addon/config/docbook5/xsl/html/docbook.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/docbook.xsl 2016-07-25 08:41:08.802556544 +0200
+++ xmlmind/addon/config/docbook5/xsl/html/docbook.xsl 2016-07-25 09:02:23.082910084 +0200
@@ -74,6 +74,7 @@
<xsl:include href="annotations.xsl"/>
<xsl:include href="../common/addns.xsl"/>
<xsl:include href="publishers.xsl"/>
+<xsl:include href="../common/hdmextensions.xsl"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/html/docbook.xsl 2015-12-27 00:15:38.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/html/docbook.xsl 2016-08-28 08:13:55.935543407 +0200
@@ -5,6 +5,7 @@
exclude-result-prefixes="exsl d"
version='1.0'>
<xsl:param name="stylesheet.result.type" select="'html'"/>
<xsl:param name="htmlhelp.output" select="0"/>
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/math.xsl xmlmind/addon/config/docbook5/xsl/html/math.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/math.xsl 2016-07-25 08:41:08.802556544 +0200
+++ xmlmind/addon/config/docbook5/xsl/html/math.xsl 2016-07-25 09:02:23.082910084 +0200
+<xsl:import href="../../xslCustom/hdmextensions.xsl"/>
<xsl:output method="html"
encoding="ISO-8859-1"
indent="no"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/html/math.xsl 2015-12-27 00:15:38.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/html/math.xsl 2016-08-27 07:45:09.737053052 +0200
@@ -33,10 +33,10 @@
<!-- "Support" for MathML -->
......@@ -25,20 +23,18 @@ diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/html/math.xsl xmlmind
</xsl:template>
<!-- Support for TeX math in alt -->
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/docbook.xsl xmlmind/addon/config/docbook5/xsl/xhtml/docbook.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/docbook.xsl 2016-07-25 08:41:08.830556158 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml/docbook.xsl 2016-07-25 09:03:29.146061592 +0200
@@ -71,6 +71,7 @@
<xsl:include href="annotations.xsl"/>
<xsl:include href="../common/addns.xsl"/>
<xsl:include href="publishers.xsl"/>
+<xsl:include href="../common/hdmextensions.xsl"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml/docbook.xsl 2015-12-27 00:15:40.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml/docbook.xsl 2016-08-28 08:15:05.906598471 +0200
@@ -4,6 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
xmlns:exsl="http://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="exsl d" version="1.0">
<xsl:param name="stylesheet.result.type" select="'xhtml'"/>
<xsl:param name="htmlhelp.output" select="0"/>
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/math.xsl xmlmind/addon/config/docbook5/xsl/xhtml/math.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/math.xsl 2016-07-25 08:41:08.834556102 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml/math.xsl 2016-07-25 09:04:26.869314844 +0200
+<xsl:import href="../../xslCustom/hdmextensions.xsl"/>
<xsl:output method="xml" encoding="UTF-8" indent="no" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
<!-- ********************************************************************
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml/math.xsl 2015-12-27 00:15:40.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml/math.xsl 2016-08-27 07:45:09.737053052 +0200
@@ -32,10 +32,10 @@
<!-- "Support" for MathML -->
......@@ -52,20 +48,18 @@ diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml/math.xsl xmlmin
</xsl:template>
<!-- Support for TeX math in alt -->
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl xmlmind/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-07-25 08:41:08.786556765 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-07-25 09:05:03.196842574 +0200
@@ -71,6 +71,7 @@
<xsl:include href="annotations.xsl"/>
<xsl:include href="../common/addns.xsl"/>
<xsl:include href="publishers.xsl"/>
+<xsl:include href="../common/hdmextensions.xsl"/>
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-01-06 16:39:30.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/docbook.xsl 2016-08-28 08:21:36.333331944 +0200
@@ -4,6 +4,7 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:d="http://docbook.org/ns/docbook"
xmlns:exsl="http://exslt.org/common" xmlns="http://www.w3.org/1999/xhtml" exclude-result-prefixes="exsl d" version="1.0">
+<xsl:import href="../../xslCustom/hdmextensions.xsl"/>
<xsl:output method="xml" encoding="UTF-8" indent="no" />
<xsl:param name="stylesheet.result.type" select="'xhtml'"/>
<xsl:param name="htmlhelp.output" select="0"/>
diff -Naur xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml-1_1/math.xsl xmlmind/addon/config/docbook5/xsl/xhtml-1_1/math.xsl
--- xmlmind_7.0.0_plugins/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2016-07-25 08:41:08.790556710 +0200
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2016-07-25 09:05:50.276228105 +0200
<!-- ********************************************************************
--- xxe-pro-7_1_0/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2015-12-27 00:15:36.000000000 +0100
+++ xmlmind/addon/config/docbook5/xsl/xhtml-1_1/math.xsl 2016-08-27 07:45:09.737053052 +0200
@@ -32,10 +32,10 @@
<!-- "Support" for MathML -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment