Project

General

Profile

« Previous | Next » 

Revision 491

Added by bojilova almost 24 years ago

Included script for insert of all eml dtds.

View differences:

loaddtd.sql
8 8
     VALUES ('DTD', '-//NCEAS//eml-variable//EN',
9 9
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-variable.dtd');
10 10
INSERT INTO xml_catalog (entry_type, public_id, system_id)
11
     VALUES ('DTD', '-//NCEAS//eml-variable//EN',
11
     VALUES ('DTD', '-//NCEAS//eml-access//EN',
12
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-access.dtd');
13
INSERT INTO xml_catalog (entry_type, public_id, system_id)
14
     VALUES ('DTD', '-//NCEAS//eml-context//EN',
15
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-context.dtd');
16
INSERT INTO xml_catalog (entry_type, public_id, system_id)
17
     VALUES ('DTD', '-//NCEAS//eml-software//EN',
18
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-software.dtd');
19
INSERT INTO xml_catalog (entry_type, public_id, system_id)
20
     VALUES ('DTD', '-//NCEAS//eml-status//EN',
21
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-status.dtd');
22
INSERT INTO xml_catalog (entry_type, public_id, system_id)
23
     VALUES ('DTD', '-//NCEAS//eml-supplement//EN',
24
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-supplement.dtd');
25
INSERT INTO xml_catalog (entry_type, public_id, system_id)
26
     VALUES ('DTD', '-//NCEAS//package//EN',
12 27
             'http://dev.nceas.ucsb.edu/metadata/dtd/package.dtd');
28

  

Also available in: Unified diff