1
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
2
|
VALUES ('Schema', '@eml2namespace@', '@systemidserver@@html-path@/schema/eml.xsd');
|
3
|
INSERT INTO xml_catalog (entry_type, public_id, system_id)
|
4
|
VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/stmml.xsd');
|