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>@systemidserver@@style-common-path@/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">@systemidserver@@style-skins-path@/@default-style@/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">@systemidserver@@style-common-path@/eml/eml-2.0.0.xsl</target>
24
  </doctype> -->
25

    
26
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.0">
27
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/@default-style@/eml/eml-2.0.0.xsl</target>
28
  </doctype>
29

    
30
  <!-- EML 2.0.1 XSL mapping:
31
    The location of the XSL stylesheet that is used to display an EML 2.0.1 XML
32
    file that is returned from the metadata catalog.
33
  -->
34
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.1">
35
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/@default-style@/eml/eml-2.0.0.xsl</target>
36
  </doctype>
37

    
38
  <!-- EML 2.1.0 XSL mapping:
39
    The location of the XSL stylesheet that is used to display an EML 2.1.0 XML
40
    file that is returned from the metadata catalog.
41
  -->
42
  <doctype publicid="eml://ecoinformatics.org/eml-2.1.0">
43
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/@default-style@/eml/eml-2.0.0.xsl</target>
44
  </doctype>
45

    
46

    
47
  <!-- mob added this 26apr05. 
48
	mapping for sbc's test publications list:
49
	Location of XSL stylesheet used to display a NON-eml doc containing 
50
	sbc's pubs.
51
	-->
52

    
53
  <doctype publicid="citationList">
54
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/@default-style@/templates/xsl/sbcCitationList.xsl</target>
55
  </doctype>
56

    
57
</style-set>
(13-13/14)