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/sbclter/templates/xsl/resultset.xsl</target>
16
  </doctype>
17

    
18
  <doctype publicid="eml://ecoinformatics.org/eml-2.0.0">
19
    <target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.0.0.xsl</target>
20
  </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
    <target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.0.0.xsl</target>
28
  </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
    <target publicid="-//W3C//HTML//EN">/style/skins/sbclter/eml/eml-2.1.0.xsl</target>
36
  </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
    <target publicid="-//W3C//HTML//EN">/style/skins/sbclter/templates/xsl/sbcCitationList.xsl</target>
47
  </doctype>
48

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