Project

General

Profile

« Previous | Next » 

Revision 4080

Added by daigle about 16 years ago

Merge 1.9 changes into Head

View differences:

loadschema.sql
1 1
INSERT INTO xml_catalog (entry_type, public_id, system_id)
2
  VALUES ('Schema', '@eml2_0_1namespace@', '@systemidserver@@html-path@/schema/eml-2.0.1/eml.xsd');
2
  VALUES ('Schema', '@eml2_0_1namespace@', '/schema/eml-2.0.1/eml.xsd');
3 3
INSERT INTO xml_catalog (entry_type, public_id, system_id)
4
  VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml-2.0.1/eml.xsd');
4
  VALUES ('Schema', '@eml2_0_0namespace@', '/schema/eml-2.0.1/eml.xsd');
5 5
INSERT INTO xml_catalog (entry_type, public_id, system_id)
6
  VALUES ('Schema', '@stmmlnamespace@', '@systemidserver@@html-path@/schema/eml-2.0.1/stmml.xsd');
6
  VALUES ('Schema', '@stmmlnamespace@', '/schema/eml-2.0.1/stmml.xsd');

Also available in: Unified diff