Revision 2222
Added by sgarg over 20 years ago
src/loaddtdschema.sql | ||
---|---|---|
35 | 35 |
VALUES ('DTD', '-//ecoinformatics.org//eml-software-@eml-version@//EN', |
36 | 36 |
'@systemidserver@@html-path@/dtd/eml-software-@eml-version@.dtd'); |
37 | 37 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
38 |
VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml.xsd');
|
|
38 |
VALUES ('Schema', '@eml2_0_1namespace@', '@systemidserver@@html-path@/schema/eml2.0.1/eml.xsd');
|
|
39 | 39 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
40 |
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/stmml.xsd'); |
|
40 |
VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml2.0.0/eml.xsd'); |
|
41 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
42 |
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/eml2.0.0/stmml.xsd'); |
src/loadschema.sql | ||
---|---|---|
1 | 1 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
2 |
VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml.xsd');
|
|
2 |
VALUES ('Schema', '@eml2_0_1namespace@', '@systemidserver@@html-path@/schema/eml2.0.1/eml.xsd');
|
|
3 | 3 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
4 |
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/stmml.xsd'); |
|
4 |
VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml2.0.0/eml.xsd'); |
|
5 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
6 |
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/eml2.0.0/stmml.xsd'); |
Also available in: Unified diff
Added code to make enteries for eml 2.0.1 into the database