<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"/>
<xsl:value-of select="$quotedCurrentCICURI"/>
<xsl:text> -> </xsl:text>
<xsl:value-of select="$quotedURI"/>
+ <xsl:value-of select="$link_direction"/>
<xsl:text>;&CSCbr;</xsl:text>
</xsl:if>
</xsl:for-each>
<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"/>