1 |
4418
|
daigle
|
DELETE FROM xml_catalog
|
2 |
|
|
WHERE entry_type LIKE 'DTD'
|
3 |
|
|
AND public_id LIKE '%2.0.0beta6%';
|
4 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
5 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-access-2.0.0beta6//EN',
|
6 |
|
|
'/dtd/eml-access-2.0.0beta6.dtd');
|
7 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
8 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN',
|
9 |
|
|
'/dtd/eml-attribute-2.0.0beta6.dtd');
|
10 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
11 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN',
|
12 |
|
|
'/dtd/eml-constraint-2.0.0beta6.dtd');
|
13 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
14 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN',
|
15 |
|
|
'/dtd/eml-coverage-2.0.0beta6.dtd');
|
16 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
17 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN',
|
18 |
|
|
'/dtd/eml-dataset-2.0.0beta6.dtd');
|
19 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
20 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-entity-2.0.0beta6//EN',
|
21 |
|
|
'/dtd/eml-entity-2.0.0beta6.dtd');
|
22 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
23 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-literature-2.0.0beta6//EN',
|
24 |
|
|
'/dtd/eml-literature-2.0.0beta6.dtd');
|
25 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
26 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-physical-2.0.0beta6//EN',
|
27 |
|
|
'/dtd/eml-physical-2.0.0beta6.dtd');
|
28 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
29 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-project-2.0.0beta6//EN',
|
30 |
|
|
'/dtd/eml-project-2.0.0beta6.dtd');
|
31 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
32 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN',
|
33 |
|
|
'/dtd/eml-protocol-2.0.0beta6.dtd');
|
34 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
35 |
|
|
VALUES ('DTD', '-//ecoinformatics.org//eml-software-2.0.0beta6//EN',
|
36 |
|
|
'/dtd/eml-software-2.0.0beta6.dtd');
|
37 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
38 |
|
|
VALUES ('Schema', 'eml://ecoinformatics.org/eml-2.0.1', '/schema/eml-2.0.1/eml.xsd');
|
39 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
40 |
|
|
VALUES ('Schema', 'eml://ecoinformatics.org/eml-2.0.0', '/schema/eml-2.0.0/eml.xsd');
|
41 |
|
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
42 |
|
|
VALUES ('Schema', 'http://www.xml-cml.org/schema/stmml', '/schema/eml-2.0.0/stmml.xsd');
|