]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/mk_meta_and_dep_graph.xsl
Aliases definition removed from the
[helm.git] / helm / style / mk_meta_and_dep_graph.xsl
index 1ab286340dc763abd4c86404b0e0027de65de18c..9a0c789cc0ef9bc5ebc8ef0657a26044b25f25e1 100644 (file)
 ">
 ]>
 
-<xsl:stylesheet version="0.1"
+<xsl:stylesheet version="1.0"
   xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
-  xmlns:h="http:/www.cs.unibo.it/helm/schemas/schema-h.rdf#">
+  xmlns:h="http://www.cs.unibo.it/helm/schemas/mattone.rdf#">
 
 <xsl:output method="text"/>
 
  <xsl:for-each select="*/*/*">
   <xsl:variable name="quotedURI">
    <xsl:call-template name="quote">
-    <xsl:with-param name="s" select="@rdf:value"/>
+    <xsl:with-param name="s" select="h:occurrence"/>
    </xsl:call-template>
   </xsl:variable>
   <xsl:variable name="quoted_uri">
    <xsl:call-template name="quote_url">
-    <xsl:with-param name="s" select="@rdf:value"/>
+    <xsl:with-param name="s" select="h:occurrence"/>
    </xsl:call-template>
   </xsl:variable>
   <!-- The nonce, quotedCurrentCICURI are used to force the document reload -->
    <xsl:value-of select="$quotedCurrentCICURI"/>
    <xsl:text> -&gt; </xsl:text>
    <xsl:value-of select="$quotedURI"/>
+   <xsl:value-of select="$link_direction"/>
    <xsl:text>;&CSCbr;</xsl:text>
   </xsl:if>
  </xsl:for-each>