]> matita.cs.unibo.it Git - helm.git/commitdiff
xmlns:h namespace "fixed"
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 29 Oct 2002 13:16:41 +0000 (13:16 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 29 Oct 2002 13:16:41 +0000 (13:16 +0000)
helm/metadata/create_V7_mowgli/METADATA/lex.yy.c
helm/metadata/create_V7_mowgli/METADATA/lex.yy_ind.c
helm/metadata/create_V7_mowgli/METADATA/meta_lex.l
helm/metadata/create_V7_mowgli/METADATA/meta_lex_ind.l

index 603c10e6ce020615e9a96404e1601a775477790f..2931c7406160f0812f2585a68d87bc2f37c2daf6 100644 (file)
@@ -1845,7 +1845,7 @@ main(int argc, char *argv[])
                    yylex();
 
                    printf("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n\n");
-                   printf("<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"file:mattone.rdf#\">\n");
+                   printf("<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"http://www.cs.unibo.it/helm/schemas/mattone.rdf#\">\n");
                    printf("\t<h:Object rdf:about=\"");
                    printf("%s",argv[1]);
                    printf("\">\n");
index 2095824aea0c6168bec842cb4b58ff56bdf9d29c..643ff9f1fe067fc3340d840fedca268c5842ecfa 100644 (file)
@@ -1923,7 +1923,7 @@ print_file()
                    else
                      {
                       fprintf(out,"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n\n");
-                      fprintf(out,"<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"file:mattone.rdf#\">\n");
+                      fprintf(out,"<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"http://www.cs.unibo.it/helm/schemas/mattone.rdf#\">\n");
                       fprintf(out,"\t<h:Object rdf:about=\"");
                       fprintf(out,"%s",file_uri);
                       fprintf(out,"\">\n");
index 967fbc00cf869764c1d67f48e15017afc0eab4ea..4f654bc37d2c78d154c914a0224dd2feebec3c92 100644 (file)
@@ -231,7 +231,7 @@ main(int argc, char *argv[])
                    yylex();
 
                    printf("<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n\n");
-                   printf("<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"file:mattone.rdf#\">\n");
+                   printf("<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"http://www.cs.unibo.it/helm/schemas/mattone.rdf#\">\n");
                    printf("\t<h:Object rdf:about=\"");
                    printf("%s",argv[1]);
                    printf("\">\n");
index 6d09578f90a94a7673efaa7e7d6b81c03485ca5c..7fd23b21aa936a6f9293976685befe2947189b63 100644 (file)
@@ -296,7 +296,7 @@ print_file()
                    else
                      {
                       fprintf(out,"<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?>\n\n");
-                      fprintf(out,"<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"file:mattone.rdf#\">\n");
+                      fprintf(out,"<rdf:RDF xml:lang=\"en\" xmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\" xmlns:h=\"http://www.cs.unibo.it/helm/schemas/mattone.rdf#\">\n");
                       fprintf(out,"\t<h:Object rdf:about=\"");
                       fprintf(out,"%s",file_uri);
                       fprintf(out,"\">\n");