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="''"/>
<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>
</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>