]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/metadata/create_V7_mowgli/METADATA/sthandler.c
<h:depth> must precede <h:occurrence> (to make metadata inversion easier)
[helm.git] / helm / metadata / create_V7_mowgli / METADATA / sthandler.c
index b6f64a06803bb9d9d467a5dac36e940073873b96..e26569fcdb5111367ffe8aa2135c0e39f4252b29 100644 (file)
@@ -326,8 +326,8 @@ print_mainconcl(about,outrel,outsort,uri,depth)
       {
        printf("\t\t<h:refObj rdf:parseType=\"Resource\">");
        printf("\n\t\t\t\t<h:position rdf:resource=\"&hns;MainConclusion\"/>");
-       printf("\n\t\t\t\t<h:occurrence><h:Object rdf:about=\"%s\"/></h:occurrence>",uri);
        printf("\n\t\t\t\t<h:depth>%d</h:depth>",depth);
+       printf("\n\t\t\t\t<h:occurrence><h:Object rdf:about=\"%s\"/></h:occurrence>",uri);
        printf("\n\t\t</h:refObj>\n");
       }
 }