Project

General

Profile

1
INSERT INTO xml_catalog (entry_type, public_id, system_id)
2
     VALUES ('DTD', '-//NCEAS//eml-dataset//EN',
3
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-dataset.dtd');
4
INSERT INTO xml_catalog (entry_type, public_id, system_id)
5
     VALUES ('DTD', '-//NCEAS//eml-file//EN',
6
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-file.dtd');
7
INSERT INTO xml_catalog (entry_type, public_id, system_id)
8
     VALUES ('DTD', '-//NCEAS//eml-variable//EN',
9
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-variable.dtd');
10
INSERT INTO xml_catalog (entry_type, public_id, system_id)
11
     VALUES ('DTD', '-//NCEAS//eml-variable//EN',
12
             'http://dev.nceas.ucsb.edu/metadata/dtd/package.dtd');
(1-1/10)