Project

General

Profile

« Previous | Next » 

Revision 5562

consolidate shared stylesheets - no differences between 2.0.1 and 2.1.0 directories

View differences:

lib/style/skins/sbclter/templates/xsl/sbclter-eml-2.0.0.xsl
30 30
  * suitable for rendering with modern web browsers.
31 31
-->
32 32
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
33
  <xsl:import href="../../../../shared/eml-2.0.0/eml.xsl"/>
33
  <xsl:import href="../../../../shared/eml-2/eml.xsl"/>
34 34
  <xsl:import href="./pageheader.xsl"/>
35 35
  <xsl:import href="./pagefooter.xsl"/>
36 36
  <xsl:import href="./page_leftsidebar.xsl"/>
lib/style/skins/sbclter/templates/xsl/sbclter-eml-2.1.0.xsl
30 30
  * suitable for rendering with modern web browsers.
31 31
-->
32 32
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
33
  <xsl:import href="../../../../shared/eml-2.1.0/eml.xsl"/>
33
  <xsl:import href="../../../../shared/eml-2/eml.xsl"/>
34 34
  <xsl:import href="./pageheader.xsl"/>
35 35
  <xsl:import href="./pagefooter.xsl"/>
36 36
  <xsl:import href="./page_leftsidebar.xsl"/>
lib/style/skins/pisco/pisco.xml
20 20
    file that is returned from the metadata catalog.
21 21
  -->
22 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>
23
    <target publicid="-//W3C//HTML//EN">/style/shared/eml-2/eml.xsl</target>
24 24
  </doctype>
25 25

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

  
34 34
  <!-- EML 2.1.0 XSL mapping:
......
36 36
    file that is returned from the metadata catalog.
37 37
  -->
38 38
  <doctype publicid="eml://ecoinformatics.org/eml-2.1.0">
39
    <target publicid="-//W3C//HTML//EN">/style/shared/eml.xsl</target>
39
    <target publicid="-//W3C//HTML//EN">/style/shared/eml-2/eml.xsl</target>
40 40
  </doctype>
41 41
</style-set>

Also available in: Unified diff