]> matita.cs.unibo.it Git - helm.git/commitdiff
Metadata DTD changed.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 31 Oct 2002 13:18:36 +0000 (13:18 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Thu, 31 Oct 2002 13:18:36 +0000 (13:18 +0000)
helm/style/mk_meta_and_dep_graph.xsl

index a9a9a954bbc5d90c61a36866512fd647c3fc0af2..9a0c789cc0ef9bc5ebc8ef0657a26044b25f25e1 100644 (file)
@@ -33,7 +33,7 @@
 <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 -->