]> matita.cs.unibo.it Git - helm.git/commitdiff
&CSCbr; replaced with 
 to make libxslt stop complaining.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Nov 2002 18:02:59 +0000 (18:02 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 26 Nov 2002 18:02:59 +0000 (18:02 +0000)
helm/style/mk_meta_and_dep_graph.xsl

index 9a0c789cc0ef9bc5ebc8ef0657a26044b25f25e1..c860e4b460662e2aea1db8760f9a57d27c360290 100644 (file)
 <!-- 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];&#x0A;</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];&#x0A;</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,'&amp;nonce=',generate-id(),'&amp;PID=',$PID))/*)='true'">
   <xsl:text>,color=red</xsl:text>
  </xsl:if>
- <xsl:text>];&CSCbr;</xsl:text>
+ <xsl:text>];&#x0A;</xsl:text>
 </xsl:template>
 
 <xsl:template match="*">
    <xsl:text> -&gt; </xsl:text>
    <xsl:value-of select="$quotedURI"/>
    <xsl:value-of select="$link_direction"/>
-   <xsl:text>;&CSCbr;</xsl:text>
+   <xsl:text>;&#x0A;</xsl:text>
   </xsl:if>
  </xsl:for-each>
 </xsl:template>