<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 -->