Project

General

Profile

« Previous | Next » 

Revision 4348

Added by daigle over 15 years ago

Remove ant tokens

View differences:

sbclter.xml
4 4
    The location of the default XSL stylesheet that is used when an unknown XML
5 5
    document type is encountered but needs to be displayed in HTML.
6 6
  -->
7
  <default-style>@systemidserver@@style-common-path@/ascii-treeview.xsl</default-style>
7
  <default-style>/style/common/ascii-treeview.xsl</default-style>
8 8

  
9 9
  <!-- Resultset XSL mapping:
10 10
    The location of the XSL stylesheet that is used to display the results of a
......
12 12
  -->
13 13
  <doctype publicid="-//NCEAS//resultset//EN">
14 14
    <target
15
    publicid="-//W3C//HTML//EN">@systemidserver@@style-skins-path@/@default-style@/templates/xsl/resultset.xsl</target>
15
    publicid="-//W3C//HTML//EN">/style/skins/sbclter/templates/xsl/resultset.xsl</target>
16 16
  </doctype>
17 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 18
  <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>
19
    <target publicid="-//W3C//HTML//EN">/style/shared/eml-2.0.0/eml.xsl</target>
28 20
  </doctype>
29 21

  
30 22
  <!-- EML 2.0.1 XSL mapping:
......
32 24
    file that is returned from the metadata catalog.
33 25
  -->
34 26
  <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>
27
    <target publicid="-//W3C//HTML//EN">/style/shared/eml-2.0.0/eml.xsl</target>
36 28
  </doctype>
37 29

  
38 30
  <!-- EML 2.1.0 XSL mapping:
......
40 32
    file that is returned from the metadata catalog.
41 33
  -->
42 34
  <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>
35
    <target publicid="-//W3C//HTML//EN">/style/shared/eml.xsl</target>
44 36
  </doctype>
45 37

  
46 38

  
......
51 43
	-->
52 44

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

  
57 49
</style-set>

Also available in: Unified diff