Project

General

Profile

« Previous | Next » 

Revision 1229

Added by brooke over 22 years ago

added mappings for new eml beta6 stylesheets

View differences:

lib/knb.xml
1 1
<?xml version="1.0"?>
2 2
<style-set name="knb">
3
<!-- general login & search -->
3 4
  <default-style>@systemidserver@@style-path@/ascii-treeview.xsl</default-style>
5
  <doctype publicid="-//NCEAS//login//EN">
6
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/login.xsl</target>
7
  </doctype>
4 8
  <doctype publicid="-//NCEAS//resultset//EN">
5 9
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/resultset.xsl</target>
6 10
  </doctype>
7
  <doctype publicid="-//NCEAS//login//EN">
8
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/login.xsl</target>
11
  <doctype publicid="-//NCEAS//eml-generic//EN">
12
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/generic-morpho.xsl</target>
9 13
  </doctype>
14
<!-- pre-beta6 modules -->
15
<!-- NOTE these settings are unchanged from the previous version - only the xsl 
16
     filename has changed from "eml-dataset-display.xsl" to "eml-dataset-2.0.0beta4.xsl" -->
17
  <doctype publicid="-//NCEAS//eml-dataset//EN">
18
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-2.0.0beta4.xsl</target>
19
  </doctype>
10 20
  <doctype publicid="-//NCEAS//eml-dataset-2.0//EN">
11
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
21
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-2.0.0beta4.xsl</target>
12 22
  </doctype>
13
  <doctype publicid="-//NCEAS//eml-dataset//EN">
14
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
15
  </doctype>
16 23
  <doctype publicid="-//NCEAS//eml-resource//EN">
17
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
24
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-2.0.0beta4.xsl</target>
18 25
  </doctype>
19 26
  <doctype publicid="-//ecoinformatics.org//eml-dataset-2.0.0beta4//EN">
20
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
27
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-2.0.0beta4.xsl</target>
21 28
  </doctype>
29
<!-- beta6 modules -->
30
  <doctype publicid="-//ecoinformatics.org//eml-access-2.0.0beta6//EN">
31
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-access-2.0.0beta6.xsl</target>
32
  </doctype>
33
  <doctype publicid="-//ecoinformatics.org//eml-attribute-2.0.0beta6//EN">
34
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-attribute-2.0.0beta6.xsl</target>
35
  </doctype>
36
  <doctype publicid="-//ecoinformatics.org//eml-constraint-2.0.0beta6//EN">
37
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-constraint-2.0.0beta6.xsl</target>
38
  </doctype>
39
  <doctype publicid="-//ecoinformatics.org//eml-coverage-2.0.0beta6//EN">
40
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-coverage-2.0.0beta6.xsl</target>
41
  </doctype>
22 42
  <doctype publicid="-//ecoinformatics.org//eml-dataset-2.0.0beta6//EN">
23
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-display.xsl</target>
43
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-dataset-2.0.0beta6.xsl</target>
24 44
  </doctype>
25
  <doctype publicid="-//NCEAS//eml-generic//EN">
26
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/generic-morpho.xsl</target>
27
</doctype>
45
  <doctype publicid="-//ecoinformatics.org//eml-entity-2.0.0beta6//EN">
46
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-entity-2.0.0beta6.xsl</target>
47
  </doctype>
48
  <doctype publicid="-//ecoinformatics.org//eml-literature-2.0.0beta6//EN">
49
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-literature-2.0.0beta6.xsl</target>
50
  </doctype>
51
  <doctype publicid="-//ecoinformatics.org//eml-physical-2.0.0beta6//EN">
52
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-physical-2.0.0beta6.xsl</target>
53
  </doctype>
54
  <doctype publicid="-//ecoinformatics.org//eml-project-2.0.0beta6//EN">
55
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-project-2.0.0beta6.xsl</target>
56
  </doctype>
57
  <doctype publicid="-//ecoinformatics.org//eml-protocol-2.0.0beta6//EN">
58
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-protocol-2.0.0beta6.xsl</target>
59
  </doctype>
60
  <doctype publicid="-//ecoinformatics.org//eml-software-2.0.0beta6//EN">
61
    <target publicid="-//W3C//HTML//EN">@systemidserver@@style-path@/eml-software-2.0.0beta6.xsl</target>
62
  </doctype>
28 63
</style-set>

Also available in: Unified diff