Revision 2983
Added by Matt Jones over 18 years ago
loaddtdschema.sql | ||
---|---|---|
43 | 43 |
VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml-2.0.0/eml.xsd'); |
44 | 44 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
45 | 45 |
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/eml-2.0.0/stmml.xsd'); |
46 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
47 |
VALUES ('Schema', 'metadata', '@systemidserver@@html-path@/schema/fgdc-std-001/fgdc-std-001-1998.xsd'); |
Also available in: Unified diff
Added ref to the FGDC schema that I forgot to check in earlier.