]> matita.cs.unibo.it Git - helm.git/commitdiff
A -> B now means "A depends on B" both in backward and forward graphs
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 10:54:43 +0000 (10:54 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 25 Oct 2001 10:54:43 +0000 (10:54 +0000)
helm/style/mk_dep_graph.xsl
helm/style/mk_meta_and_dep_graph.xsl
helm/style/mk_meta_graph.xsl

index e95d888182d646e521711dc84f0a8a9f28c1c455..4289996cec560d0129816e9f0a1546e41a5799db 100644 (file)
@@ -27,6 +27,7 @@
 <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="''"/>
 
  <xsl:import href="mk_meta_and_dep_graph.xsl"/>
 
index 1ab286340dc763abd4c86404b0e0027de65de18c..4415ca90a70d519efb652214226cf6d6f4ebe749 100644 (file)
    <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>
index 2747c8da1b34aa65ccc202a79a2df32b92fddfe3..16840046effc16a7523c241a7ef8d14bd71ecf75 100644 (file)
@@ -27,6 +27,7 @@
 <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/backward//'"/>
+ <xsl:variable name="link_direction" select="' [dir=back]'"/>
 
  <xsl:import href="mk_meta_and_dep_graph.xsl"/>