]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/mk_dep_graph.xsl
...
[helm.git] / helm / style / mk_dep_graph.xsl
index 4289996cec560d0129816e9f0a1546e41a5799db..d06bc2fb8d2a3a26b908a9ec27b4de10acef172a 100644 (file)
 
 <xsl:stylesheet version="0.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
- <xsl:variable name="base_RDF_URI" select="'helm:rdf:www.cs.unibo.it/helm/rdf/forward//'"/>
- <xsl:variable name="link_direction" select="''"/>
+ <!-- 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:import href="mk_meta_and_dep_graph.xsl"/>
 
+ <xsl:variable name="base_RDF_URI" select="'helm:rdf:www.cs.unibo.it/helm/rdf/forward//'"/>
+ <xsl:variable name="link_direction" select="''"/>
+
 </xsl:stylesheet>