Project

General

Profile

« Previous | Next » 

Revision 3168

Added by Jing Tao about 17 years ago

Fixed bug that eml 200 pointed eml201 schema.

View differences:

src/loaddtdschema.sql
40 40
INSERT INTO xml_catalog (entry_type, public_id, system_id)
41 41
  VALUES ('Schema', '@eml2_0_1namespace@', '@systemidserver@@html-path@/schema/eml-2.0.1/eml.xsd');
42 42
INSERT INTO xml_catalog (entry_type, public_id, system_id)
43
  VALUES ('Schema', '@eml2_0_0namespace@', '@systemidserver@@html-path@/schema/eml-2.0.1/eml.xsd');
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.1/stmml.xsd');
46 46
INSERT INTO xml_catalog (entry_type, public_id, system_id)

Also available in: Unified diff