]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/mk_dep_graph.xsl
- the mathql interpreter is not helm-dependent any more
[helm.git] / helm / style / mk_dep_graph.xsl
index 14b8e354bba0b82f9b635b9d944ad5445fdd47ef..4cdc17f35b7324b06945b4b67443e66ebdb41ac5 100644 (file)
 <!-- For details, see the HELM World-Wide-Web page,                    -->
 <!-- http://cs.unibo.it/helm/.                                         -->
 
-<xsl:stylesheet version="0.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+<xsl:stylesheet version="1.0" 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: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:import href="mk_meta_and_dep_graph.xsl"/>
-
 </xsl:stylesheet>