]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/style/rootcontent.xsl
Explicit substitutions for metavariables introduced and DTD changed.
[helm.git] / helm / style / rootcontent.xsl
index 64acead3600beb66bb1bebb8432deeafc28d96bd..a2f82f59bcc5175a538bd2812a156507f2900194 100644 (file)
 <xsl:variable name="InnerTypesUri"><xsl:value-of select="concat($CICURI,'.types')"/></xsl:variable>
 <xsl:variable name="AnnotationsUri"><xsl:value-of select="concat($CICURI,'.ann')"/></xsl:variable>
 
+<!--CSC: Questa e' la versione originale che applica dc a quello che il getter
+ restituisce.
 <xsl:variable name="InnerTypesUrl"><xsl:call-template name="makeURL4InnerTypes"><xsl:with-param name="uri" select="$InnerTypesUri"/></xsl:call-template></xsl:variable>
+-->
+<!--CSC: Qui, invece, accediamo direttamente al disco e non applichiamo dc -->
+<xsl:variable name="InnerTypesUrl" select="'file:///public/sacerdot/innertypes'"/>
 <xsl:variable name="AnnotationsUrl"><xsl:call-template name="URLofURI4getter"><xsl:with-param name="uri" select="$AnnotationsUri"/></xsl:call-template></xsl:variable>
 
 <!-- WARNING: Using lazy evaluation: $CICURI.* may not exist, but -->