Project

General

Profile

« Previous | Next » 

Revision 392

Added by Matt Jones over 24 years ago

Added script to register document types in the xml_catalog table for our
common public ID's.

View differences:

src/loaddtd.sql
1
INSERT INTO xml_catalog (entry_type, public_id, system_id)
2
     VALUES ('DTD', '-//NCEAS//eml-dataset//EN',
3
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-dataset.dtd');
4
INSERT INTO xml_catalog (entry_type, public_id, system_id)
5
     VALUES ('DTD', '-//NCEAS//eml-file//EN',
6
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-file.dtd');
7
INSERT INTO xml_catalog (entry_type, public_id, system_id)
8
     VALUES ('DTD', '-//NCEAS//eml-variable//EN',
9
     'http://dev.nceas.ucsb.edu/metadata/dtd/eml-variable.dtd');
0 10

  

Also available in: Unified diff