Project

General

Profile

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
38
39
  <!-- mob added this 26apr05.
40
	mapping for sbc's test publications list:
41
	Location of XSL stylesheet used to display a NON-eml doc containing
42
	sbc's pubs.
43
	-->
44
45
  <doctype publicid="citationList">
46 4348 daigle
    <target publicid="-//W3C//HTML//EN">/style/skins/sbclter/templates/xsl/sbcCitationList.xsl</target>
47 4345 daigle
  </doctype>
48
49
</style-set>