<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#"
- xmlns:h="http:/www.cs.unibo.it/helm/schemas/schema-h.rdf#">
+ xmlns:h="http://www.cs.unibo.it/helm/schemas/mattone.rdf#">
<xsl:output method="text"/>
<xsl:for-each select="*/*/*">
<xsl:variable name="quotedURI">
<xsl:call-template name="quote">
- <xsl:with-param name="s" select="@rdf:value"/>
+ <xsl:with-param name="s" select="h:occurrence"/>
</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:with-param name="s" select="h:occurrence"/>
</xsl:call-template>
</xsl:variable>
<!-- The nonce, quotedCurrentCICURI are used to force the document reload -->