<!-- For details, see the HELM World-Wide-Web page, -->
<!-- http://cs.unibo.it/helm/. -->
-<!-- CSC: Sostituire l'andata a capo con la entity numerica opportuna -->
-<!DOCTYPE html [
- <!ENTITY CSCbr "
-">
-]>
-
<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#"
<xsl:template match="/">
<!--
- <xsl:text>strict digraph L0 { size = "83,83"; concentrate=true; node [style=filled, shape = box];&CSCbr;</xsl:text>
+ <xsl:text>strict digraph L0 { size = "83,83"; concentrate=true; node [style=filled, shape = box];
</xsl:text>
-->
- <xsl:text>strict digraph L0 { size = "83,83"; node [style=filled, shape = box];&CSCbr;</xsl:text>
+ <xsl:text>strict digraph L0 { size = "83,83"; node [style=filled, shape = box];
</xsl:text>
<xsl:variable name="quoted_CICURI">
<xsl:call-template name="quote_url">
<xsl:with-param name="s" select="$CICURI"/>
<xsl:if test="name(document(concat($uri_set_queueURL,'is_overflowed?uri=',$quotedCurrentCICURI,'&nonce=',generate-id(),'&PID=',$PID))/*)='true'">
<xsl:text>,color=red</xsl:text>
</xsl:if>
- <xsl:text>];&CSCbr;</xsl:text>
+ <xsl:text>];
</xsl:text>
</xsl:template>
<xsl:template match="*">
<xsl:text> -> </xsl:text>
<xsl:value-of select="$quotedURI"/>
<xsl:value-of select="$link_direction"/>
- <xsl:text>;&CSCbr;</xsl:text>
+ <xsl:text>;
</xsl:text>
</xsl:if>
</xsl:for-each>
</xsl:template>