Project

General

Profile

« Previous | Next » 

Revision 703

Added by berkley about 23 years ago

added new stylesheet for download

View differences:

loadstylesheets.sql
2 2
     public_id, system_id)
3 3
     VALUES ('XSL', '-//NCEAS//resultset//EN', '-//W3C//HTML//EN',
4 4
     '-//NCEAS//resultset.xsl',
5
     'http://dev.nceas.ucsb.edu/metadata/style/resultset.xsl');
5
     'http://dev.nceas.ucsb.edu:8090/knb/style/resultset.xsl');
6 6
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
7 7
     public_id, system_id)
8 8
     VALUES ('XSL', '-//NCEAS//eml-dataset//EN', '-//W3C//HTML//EN',
9 9
     '-//NCEAS//eml-dataset-display.xsl',
10
     'http://dev.nceas.ucsb.edu/metadata/style/eml-dataset-display.xsl');
10
     'http://dev.nceas.ucsb.edu:8090/knb/style/eml-dataset-display.xsl');
11 11
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
12 12
     public_id, system_id)
13 13
     VALUES ('XSL', '-//NCEAS//eml-variable//EN', '-//W3C//HTML//EN',
14 14
     '-//NCEAS//eml-variable-display.xsl',
15
     'http://dev.nceas.ucsb.edu/metadata/style/eml-variable-display.xsl');
15
     'http://dev.nceas.ucsb.edu:8090/knb/style/eml-variable-display.xsl');
16 16
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
17 17
     public_id, system_id)
18 18
     VALUES ('XSL', '-//NCEAS//eml-file//EN', '-//W3C//HTML//EN',
19 19
     '-//NCEAS//eml-file-display.xsl',
20
     'http://dev.nceas.ucsb.edu/metadata/style/eml-file-display.xsl');
20
     'http://dev.nceas.ucsb.edu:8090/knb/style/eml-file-display.xsl');
21 21
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
22 22
       public_id, system_id) 
23 23
       VALUES ('XSL', '-//NCEAS//marineresultset//EN', '-//W3C//HTML//EN', 
24 24
                '-//NCEAS//marine.xsl',
25
                'http://dev.nceas.ucsb.edu/metadata/marine/marine.xsl');
25
                'http://dev.nceas.ucsb.edu:8090/knb/marine/marine.xsl');
26 26
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
27 27
       public_id, system_id)
28 28
       VALUES ('XSL', 'resource', '-//W3C//HTML//EN',
29 29
                '-//NCEAS//resource.xsl',
30
                'http://dev.nceas.ucsb.edu/metadata/style/resource.xsl');
30
                'http://dev.nceas.ucsb.edu:8090/knb/style/resource.xsl');
31 31
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
32 32
       public_id, system_id)
33 33
       VALUES ('XSL', '-//NCEAS//resource//EN', '-//W3C//HTML//EN',
34 34
                '-//NCEAS//resource.xsl',
35
                'http://dev.nceas.ucsb.edu/metadata/style/resource.xsl');
35
                'http://dev.nceas.ucsb.edu:8090/knb/style/resource.xsl');
36 36
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
37 37
       public_id, system_id)
38 38
       VALUES ('XSL', '-//NCEAS//login//EN', '-//W3C//HTML//EN',
39 39
                '-//NCEAS//login.xsl',
40
                'http://dev.nceas.ucsb.edu/metadata/style/login.xsl');
41

  
40
                'http://dev.nceas.ucsb.edu:8090/knb/style/login.xsl');
41
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
42
       public_id, system_id)
43
       VALUES ('XSL', 'download', '-//W3C//HTML//EN',
44
                'download.xsl',
45
                'http://dev.nceas.ucsb.edu:8090/knb/style/download.xsl');

Also available in: Unified diff