Revision 434
Added by berkley about 24 years ago
src/loadstylesheets.sql | ||
---|---|---|
18 | 18 |
VALUES ('XSL', '-//NCEAS//eml-file//EN', '-//W3C//HTML//EN', |
19 | 19 |
'-//NCEAS//eml-file-display.xsl', |
20 | 20 |
'http://dev.nceas.ucsb.edu/metadata/style/eml-file-display.xsl'); |
21 |
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype, |
|
22 |
public_id, system_id) |
|
23 |
VALUES ('XSL', '-//NCEAS//marineresultset//EN', '-//W3C//HTML//EN', |
|
24 |
'-//NCEAS//marine.xsl', |
|
25 |
'http://dev.nceas.ucsb.edu/berkley/marine/marine.xsl'); |
|
26 |
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype, |
|
27 |
public_id, system_id) |
|
28 |
VALUES ('XSL', 'resource', '-//W3C//HTML//EN', |
|
29 |
'-//NCEAS//resource.xsl', |
|
30 |
'http://dev.nceas.ucsb.edu/berkley/style/resource.xsl'); |
Also available in: Unified diff
added resource.xsl to the catalog