Project

General

Profile

1
<?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
  <default-style>/style/common/ascii-treeview.xsl</default-style>
8

    
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
    publicid="-//W3C//HTML//EN">/style/skins/pisco/templates/xsl/resultset.xsl</target>
16
  </doctype>
17

    
18
  <!-- EML 2.0.0 XSL mapping:
19
    The location of the XSL stylesheet that is used to display an EML 2.0.0 XML
20
    file that is returned from the metadata catalog.
21
  -->
22
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.0">
23
    <target publicid="-//W3C//HTML//EN">/style/shared/eml-2.0.0/eml.xsl</target>
24
  </doctype>
25

    
26
  <!-- EML 2.0.1 XSL mapping:
27
    The location of the XSL stylesheet that is used to display an EML 2.0.1 XML
28
    file that is returned from the metadata catalog.
29
  -->
30
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.1">
31
    <target publicid="-//W3C//HTML//EN">/style/shared/eml-2.0.0/eml.xsl</target>
32
  </doctype>
33

    
34
  <!-- EML 2.1.0 XSL mapping:
35
    The location of the XSL stylesheet that is used to display an EML 2.1.0 XML
36
    file that is returned from the metadata catalog.
37
  -->
38
  <doctype publicid="eml://ecoinformatics.org/eml-2.1.0">
39
    <target publicid="-//W3C//HTML//EN">/style/shared/eml.xsl</target>
40
  </doctype>
41
</style-set>
(6-6/6)