1 |
141
|
jones
|
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
|
2 |
108
|
jones
|
public_id, system_id)
|
3 |
|
|
VALUES ('XSL', '-//NCEAS//eml-dataset//EN', '-//W3C//HTML//EN',
|
4 |
|
|
'-//NCEAS//eml-dataset-display.xsl',
|
5 |
185
|
jones
|
'http://24.237.20.124/xmltodb/xsqltest/eml-dataset-display.xsl');
|
6 |
141
|
jones
|
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
|
7 |
108
|
jones
|
public_id, system_id)
|
8 |
|
|
VALUES ('XSL', '-//NCEAS//eml-variable//EN', '-//W3C//HTML//EN',
|
9 |
|
|
'-//NCEAS//eml-variable-display.xsl',
|
10 |
185
|
jones
|
'http://24.237.20.124/xmltodb/xsqltest/eml-variable-display.xsl');
|
11 |
141
|
jones
|
INSERT INTO xml_catalog (entry_type, source_doctype, target_doctype,
|
12 |
108
|
jones
|
public_id, system_id)
|
13 |
|
|
VALUES ('XSL', '-//NCEAS//eml-file//EN', '-//W3C//HTML//EN',
|
14 |
|
|
'-//NCEAS//eml-file-display.xsl',
|
15 |
185
|
jones
|
'http://24.237.20.124/xmltodb/xsqltest/eml-file-display.xsl');
|