1 |
4345
|
daigle
|
<?xml version="1.0"?>
|
2 |
|
|
<style-set name="pisco">
|
3 |
|
|
<!-- Default XSL:
|
4 |
|
|
The location of the default XSL stylesheet that is used when an unknown XML
|
5 |
|
|
document type is encountered but needs to be displayed in HTML.
|
6 |
|
|
-->
|
7 |
4348
|
daigle
|
<default-style>/style/common/ascii-treeview.xsl</default-style>
|
8 |
4345
|
daigle
|
|
9 |
|
|
<!-- Resultset XSL mapping:
|
10 |
|
|
The location of the XSL stylesheet that is used to display the results of a
|
11 |
|
|
metadata catalog query in HTML.
|
12 |
|
|
-->
|
13 |
|
|
<doctype publicid="-//NCEAS//resultset//EN">
|
14 |
|
|
<target
|
15 |
4348
|
daigle
|
publicid="-//W3C//HTML//EN">/style/skins/sbclter/templates/xsl/resultset.xsl</target>
|
16 |
4345
|
daigle
|
</doctype>
|
17 |
|
|
|
18 |
|
|
<doctype publicid="eml://ecoinformatics.org/eml-2.0.0">
|
19 |
4824
|
daigle
|
<target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.0.0.xsl</target>
|
20 |
4345
|
daigle
|
</doctype>
|
21 |
|
|
|
22 |
|
|
<!-- EML 2.0.1 XSL mapping:
|
23 |
|
|
The location of the XSL stylesheet that is used to display an EML 2.0.1 XML
|
24 |
|
|
file that is returned from the metadata catalog.
|
25 |
|
|
-->
|
26 |
|
|
<doctype publicid="eml://ecoinformatics.org/eml-2.0.1">
|
27 |
4824
|
daigle
|
<target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.0.0.xsl</target>
|
28 |
4345
|
daigle
|
</doctype>
|
29 |
|
|
|
30 |
|
|
<!-- EML 2.1.0 XSL mapping:
|
31 |
|
|
The location of the XSL stylesheet that is used to display an EML 2.1.0 XML
|
32 |
|
|
file that is returned from the metadata catalog.
|
33 |
|
|
-->
|
34 |
|
|
<doctype publicid="eml://ecoinformatics.org/eml-2.1.0">
|
35 |
4824
|
daigle
|
<target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.1.0.xsl</target>
|
36 |
4345
|
daigle
|
</doctype>
|
37 |
5710
|
leinfelder
|
<!-- reusing 2.1.0 stylesheet for now -->
|
38 |
|
|
<doctype publicid="eml://ecoinformatics.org/eml-2.1.1">
|
39 |
|
|
<target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.1.0.xsl</target>
|
40 |
|
|
</doctype>
|
41 |
4345
|
daigle
|
|
42 |
|
|
|
43 |
|
|
<!-- mob added this 26apr05.
|
44 |
|
|
mapping for sbc's test publications list:
|
45 |
|
|
Location of XSL stylesheet used to display a NON-eml doc containing
|
46 |
|
|
sbc's pubs.
|
47 |
|
|
-->
|
48 |
|
|
|
49 |
|
|
<doctype publicid="citationList">
|
50 |
4348
|
daigle
|
<target publicid="-//W3C//HTML//EN">/style/skins/sbclter/templates/xsl/sbcCitationList.xsl</target>
|
51 |
4345
|
daigle
|
</doctype>
|
52 |
|
|
|
53 |
|
|
</style-set>
|