Project

General

Profile

« Previous | Next » 

Revision 2223

Added by sgarg almost 20 years ago

Made change in the registry so that new documents produced are of eml-2.0.1 standard.
Also made changes in create-registry folder

View differences:

register-dataset.cgi
821 821

  
822 822
    $doc .= "<eml:eml\n 
823 823
                     \t packageId=\"docid\" system=\"knb\"\n 
824
                     \t xmlns:eml=\"eml://ecoinformatics.org/eml-2.0.0\"\n
824
                     \t xmlns:eml=\"eml://ecoinformatics.org/eml-2.0.1\"\n
825 825
                     \t xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n 
826
                     \t xmlns:ds=\"eml://ecoinformatics.org/dataset-2.0.0\"\n 
826
                     \t xmlns:ds=\"eml://ecoinformatics.org/dataset-2.0.1\"\n 
827 827
                     \t xmlns:stmml=\"http://www.xml-cml.org/schema/stmml\"\n 
828
                     \t xsi:schemaLocation=\"eml://ecoinformatics.org/eml-2.0.0 eml.xsd\">\n";
828
                     \t xsi:schemaLocation=\"eml://ecoinformatics.org/eml-2.0.1 eml.xsd\">\n";
829 829

  
830 830
    $doc .= "<!-- Person who filled in the catalog entry form: ";
831 831
    $doc .= normalize($FORM::providerGivenName)." ".normalize($FORM::providerSurName)." -->\n";

Also available in: Unified diff