1
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
2
|
VALUES ('DTD', '-//ecoinformatics.org//eml-access-2.0.0beta4//EN',
|
3
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-access-2.0.0.beta4e.dtd');
|
4
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
5
|
VALUES ('DTD', '-//ecoinformatics.org//eml-attribute-2.0.0beta4//EN',
|
6
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-attribute-2.0.0.beta4e.dtd');
|
7
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
8
|
VALUES ('DTD', '-//ecoinformatics.org//eml-constraint-2.0.0beta4//EN',
|
9
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-constraint-2.0.0.beta4e.dtd');
|
10
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
11
|
VALUES ('DTD', '-//ecoinformatics.org//eml-coverage-2.0.0beta4//EN',
|
12
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-coverage-2.0.0.beta4e.dtd');
|
13
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
14
|
VALUES ('DTD', '-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN',
|
15
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-dataset-2.0.0.beta4e.dtd');
|
16
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
17
|
VALUES ('DTD', '-//ecoinformatics.org//eml-distribution-2.0.0beta4//EN',
|
18
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-distribution-2.0.0.beta4e.dtd');
|
19
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
20
|
VALUES ('DTD', '-//ecoinformatics.org//eml-entity-2.0.0beta4//EN',
|
21
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-entity-2.0.0.beta4e.dtd');
|
22
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
23
|
VALUES ('DTD', '-//ecoinformatics.org//eml-literature-2.0.0beta4//EN',
|
24
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-literature-2.0.0.beta4e.dtd');
|
25
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
26
|
VALUES ('DTD', '-//ecoinformatics.org//eml-physical-2.0.0beta4//EN',
|
27
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-physical-2.0.0.beta4e.dtd');
|
28
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
29
|
VALUES ('DTD', '-//ecoinformatics.org//eml-project-2.0.0beta4//EN',
|
30
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-project-2.0.0.beta4e.dtd');
|
31
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
32
|
VALUES ('DTD', '-//ecoinformatics.org//eml-protocol-2.0.0beta4//EN',
|
33
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-protocol-2.0.0.beta4e.dtd');
|
34
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
35
|
VALUES ('DTD', '-//ecoinformatics.org//eml-software-2.0.0beta4//EN',
|
36
|
'http://dev.nceas.ucsb.edu/jones/dtd/eml-software-2.0.0.beta4e.dtd');
|