">
]>
-<xsl:stylesheet version="0.1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:ht="http://www.cs.unibo.it/helm/namespaces/helm-theory">
+<xsl:stylesheet version="0.1"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:h="http:/www.cs.unibo.it/helm/schemas/schema-h.rdf#">
<xsl:output method="text"/>
<xsl:template name="RDFURI_of_CICURI">
<xsl:param name="uri" select="''"/>
- <xsl:variable name="base_RDF_URI" select="'helm:rdf:www.cs.unibo.it/helm/rdf/rdfprova//'"/>
+ <xsl:variable name="base_RDF_URI" select="'helm:rdf:www.cs.unibo.it/helm/rdf/backward//'"/>
<xsl:variable name="before" select="substring-before($uri,'#xpointer(1/')"/>
<xsl:value-of select="$base_RDF_URI"/>
<xsl:choose>
<xsl:text>];&CSCbr;</xsl:text>
</xsl:template>
-<xsl:template match="occurs">
+<xsl:template match="*">
<xsl:param name="currentCICURI" select="''"/>
<xsl:param name="quotedCurrentCICURI" select="''"/>
- <xsl:for-each select="*">
+ <xsl:for-each select="*/*/*">
<xsl:variable name="quotedURI">
<xsl:call-template name="quote">
- <xsl:with-param name="s" select="@uri"/>
+ <xsl:with-param name="s" select="@rdf:value"/>
+ </xsl:call-template>
+ </xsl:variable>
+ <xsl:variable name="quoted_uri">
+ <xsl:call-template name="quote_url">
+ <xsl:with-param name="s" select="@rdf:value"/>
</xsl:call-template>
</xsl:variable>
- <xsl:variable name="quoted_uri">
- <xsl:call-template name="quote_url">
- <xsl:with-param name="s" select="@uri"/>
- </xsl:call-template>
- </xsl:variable>
<!-- The nonce, quotedCurrentCICURI are used to force the document reload -->
<xsl:if test="not(name(document(concat($uri_set_queueURL,'add_if_not_in?uri=',$quoted_uri,'&nonce=',generate-id(),'&PID=',$PID,'&quotedCurrentCICURI=',$quotedCurrentCICURI))/*)='not_added_because_already_too_many')">
<xsl:text> </xsl:text>