Project

General

Profile

1
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
2
     public_id, system_id)
3
     VALUES ('XSL', '-//NCEAS//resultset//EN', '-//W3C//HTML//EN',
4
     '-//NCEAS//resultset.xsl',
5
     'http://dev.nceas.ucsb.edu/metadata/style/resultset.xsl');
6
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
7
     public_id, system_id)
8
     VALUES ('XSL', '-//NCEAS//eml-dataset//EN', '-//W3C//HTML//EN',
9
     '-//NCEAS//eml-dataset-display.xsl',
10
     'http://dev.nceas.ucsb.edu/metadata/style/eml-dataset-display.xsl');
11
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
12
     public_id, system_id)
13
     VALUES ('XSL', '-//NCEAS//eml-variable//EN', '-//W3C//HTML//EN',
14
     '-//NCEAS//eml-variable-display.xsl',
15
     'http://dev.nceas.ucsb.edu/metadata/style/eml-variable-display.xsl');
16
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
17
     public_id, system_id)
18
     VALUES ('XSL', '-//NCEAS//eml-file//EN', '-//W3C//HTML//EN',
19
     '-//NCEAS//eml-file-display.xsl',
20
     'http://dev.nceas.ucsb.edu/metadata/style/eml-file-display.xsl');
(1-1/7)