summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-04-15 18:27:57 +0200
committerVivien Kraus <vivien@planete-kraus.eu>2021-04-15 18:27:57 +0200
commit8a3ba4323e3c154399848e3b101fb802f2f395f4 (patch)
treee48f5198997a1ab2e943097f41794894afe23642
parent39eb0b58dfd6de9a6909406d23ddce683992c969 (diff)
Use the public names for import1.2.3
-rw-r--r--bibliography.xsl2
-rw-r--r--bibtex.xsl4
-rw-r--r--latex.xsl6
-rw-r--r--latex/algorithm.xsl4
-rw-r--r--latex/markup.xsl2
5 files changed, 9 insertions, 9 deletions
diff --git a/bibliography.xsl b/bibliography.xsl
index f53ad75..bb05d3f 100644
--- a/bibliography.xsl
+++ b/bibliography.xsl
@@ -5,7 +5,7 @@
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:h4sp="http://h4sp.planete-kraus.eu/ns/h4sp">
- <xsl:import href="bibtex.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/bibtex.xsl" />
<xsl:output method="text" indent="no"/>
<xsl:strip-space elements="*" />
diff --git a/bibtex.xsl b/bibtex.xsl
index 431d505..e28fb7e 100644
--- a/bibtex.xsl
+++ b/bibtex.xsl
@@ -6,8 +6,8 @@
xmlns:h4sp="http://h4sp.planete-kraus.eu/ns/h4sp"
xmlns:b="http://h4sp.planete-kraus.eu/ns/bibliography">
- <xsl:import href="latex/escape.xsl" />
- <xsl:import href="latex/markup.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/escape.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/markup.xsl" />
<xsl:template match="h4sp:bibliography">
<xsl:apply-templates />
diff --git a/latex.xsl b/latex.xsl
index f6a4619..0351f7c 100644
--- a/latex.xsl
+++ b/latex.xsl
@@ -3,9 +3,9 @@
version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:import href="latex/escape.xsl" />
- <xsl:import href="latex/markup.xsl" />
- <xsl:import href="latex/algorithm.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/escape.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/markup.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/algorithm.xsl" />
<xsl:output method="text"/>
</xsl:stylesheet>
diff --git a/latex/algorithm.xsl b/latex/algorithm.xsl
index 92f08ae..138419f 100644
--- a/latex/algorithm.xsl
+++ b/latex/algorithm.xsl
@@ -4,8 +4,8 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:alg="http://h4sp.planete-kraus.eu/ns/algorithm">
- <xsl:import href="escape.xsl" />
- <xsl:import href="markup.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/escape.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/markup.xsl" />
<xsl:output method="text"/>
diff --git a/latex/markup.xsl b/latex/markup.xsl
index 46181f1..8355407 100644
--- a/latex/markup.xsl
+++ b/latex/markup.xsl
@@ -5,7 +5,7 @@
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:h4sp="http://h4sp.planete-kraus.eu/ns/h4sp">
- <xsl:import href="escape.xsl" />
+ <xsl:import href="http://h4sp.planete-kraus.eu/transform/latex/escape.xsl" />
<xsl:output method="text"/>