1 |
877
|
jones
|
DELETE FROM xml_catalog
|
2 |
|
|
WHERE entry_type LIKE 'DTD'
|
3 |
|
|
AND public_id LIKE '%@eml-version@%';
|
4 |
722
|
bojilova
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
5 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-access-@eml-version@//EN',
|
6 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-access-@eml-version@.dtd');
|
7 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
8 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-attribute-@eml-version@//EN',
|
9 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-attribute-@eml-version@.dtd');
|
10 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
11 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-constraint-@eml-version@//EN',
|
12 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-constraint-@eml-version@.dtd');
|
13 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
14 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-coverage-@eml-version@//EN',
|
15 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-coverage-@eml-version@.dtd');
|
16 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
17 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-dataset-@eml-version@//EN',
|
18 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-dataset-@eml-version@.dtd');
|
19 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
20 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-entity-@eml-version@//EN',
|
21 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-entity-@eml-version@.dtd');
|
22 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
23 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-literature-@eml-version@//EN',
|
24 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-literature-@eml-version@.dtd');
|
25 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
26 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-physical-@eml-version@//EN',
|
27 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-physical-@eml-version@.dtd');
|
28 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
29 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-project-@eml-version@//EN',
|
30 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-project-@eml-version@.dtd');
|
31 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
32 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-protocol-@eml-version@//EN',
|
33 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-protocol-@eml-version@.dtd');
|
34 |
874
|
berkley
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
35 |
877
|
jones
|
VALUES ('DTD', '-//ecoinformatics.org//eml-software-@eml-version@//EN',
|
36 |
979
|
tao
|
'@systemidserver@@html-path@/dtd/eml-software-@eml-version@.dtd');
|