summaryrefslogtreecommitdiff
path: root/bibtex.xsl
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 /bibtex.xsl
parent39eb0b58dfd6de9a6909406d23ddce683992c969 (diff)
Use the public names for import1.2.3
Diffstat (limited to 'bibtex.xsl')
-rw-r--r--bibtex.xsl4
1 files changed, 2 insertions, 2 deletions
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 />