Revision 1719
Added by Jing Tao over 21 years ago
src/loaddtdschema.sql | ||
---|---|---|
36 | 36 |
'@systemidserver@@html-path@/dtd/eml-software-@eml-version@.dtd'); |
37 | 37 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
38 | 38 |
VALUES ('Schema', '@eml2namespace@', '@systemidserver@@html-path@/schema/eml.xsd'); |
39 |
INSERT INTO xml_catalog (entry_type, public_id, system_id) |
|
40 |
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/stmml.xsd'); |
Also available in: Unified diff
Registered stmml.xsd too.