]> matita.cs.unibo.it Git - helm.git/commitdiff
Dublin Core Metadata rendering added.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 30 Oct 2001 13:32:57 +0000 (13:32 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 30 Oct 2001 13:32:57 +0000 (13:32 +0000)
helm/on-line/xslt/metadataLib.xsl

index e807cc00f9e71b9c6c329334b3e7a24afbda7338..9523d74d33739f53b0f6afd78c3ab4a01916fdaa 100644 (file)
@@ -5,6 +5,7 @@
  xmlns:subst="http://www.cs.unibo.it/helm/subst">
 
 <xsl:import href="utils.xsl"/>
+<xsl:import href="file:///projects/helm/V7/style/show_dc.xsl"/>
 
 <xsl:param name="CICURI" select="''"/>
 <xsl:param name="getterURL" select="''"/>
@@ -17,6 +18,7 @@
 <xsl:variable name="BaseRDFURL" select="concat($getterURL,'getxml?uri=helm:rdf:www.cs.unibo.it/helm/rdf/')"/>
 <xsl:variable name="BaseRDFURLForward" select="concat($BaseRDFURL,'forward//')"/>
 <xsl:variable name="BaseRDFURLBackward" select="concat($BaseRDFURL,'backward//')"/>
+<xsl:variable name="BaseRDFURLDC" select="concat($BaseRDFURL,'dc//')"/>
 
 <xsl:template match="/">
  <html>
@@ -43,6 +45,9 @@
    </form>
    <!--CSC: end of cut & paste from makeGraphLinks -->
   </body>
+  <xsl:call-template name="loop_show_dc">
+   <xsl:with-param name="CICURI" select="$CICURI"/>
+  </xsl:call-template>
  </html>
 </xsl:template>