From 0d480d2f35de9fcf86b5895c20ade420f77cbfca Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it> Date: Fri, 26 Oct 2001 12:14:14 +0000 Subject: [PATCH] Some comments added. --- helm/style/mk_dep_graph.xsl | 4 ++++ helm/style/mk_meta_graph.xsl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/helm/style/mk_dep_graph.xsl b/helm/style/mk_dep_graph.xsl index 4289996ce..14b8e354b 100644 --- a/helm/style/mk_dep_graph.xsl +++ b/helm/style/mk_dep_graph.xsl @@ -26,6 +26,10 @@ <xsl:stylesheet version="0.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + <!-- Note: the param processorURL is not available. It has been --> + <!-- removed to keep the final URL short enought to make I.E. --> + <!-- work with it. --> + <xsl:variable name="base_RDF_URI" select="'helm:rdf:www.cs.unibo.it/helm/rdf/forward//'"/> <xsl:variable name="link_direction" select="''"/> diff --git a/helm/style/mk_meta_graph.xsl b/helm/style/mk_meta_graph.xsl index 16840046e..4ed50c728 100644 --- a/helm/style/mk_meta_graph.xsl +++ b/helm/style/mk_meta_graph.xsl @@ -26,6 +26,10 @@ <xsl:stylesheet version="0.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> + <!-- Note: the param processorURL is not available. It has been --> + <!-- removed to keep the final URL short enought to make I.E. --> + <!-- work with it. --> + <xsl:variable name="base_RDF_URI" select="'helm:rdf:www.cs.unibo.it/helm/rdf/backward//'"/> <xsl:variable name="link_direction" select="' [dir=back]'"/> -- 2.39.5