Project

General

Profile

1
<?xml version="1.0"?>
2
<!--
3
  *  '$RCSfile$'
4
  *      Authors: Matthew Brooke
5
  *    Copyright: 2000 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *
9
  *   '$Author: tao $'
10
  *     '$Date: 2003-07-03 17:17:46 -0700 (Thu, 03 Jul 2003) $'
11
  * '$Revision: 1726 $'
12
  *
13
  * This program is free software; you can redistribute it and/or modify
14
  * it under the terms of the GNU General Public License as published by
15
  * the Free Software Foundation; either version 2 of the License, or
16
  * (at your option) any later version.
17
  *
18
  * This program is distributed in the hope that it will be useful,
19
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21
  * GNU General Public License for more details.
22
  *
23
  * You should have received a copy of the GNU General Public License
24
  * along with this program; if not, write to the Free Software
25
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26
  *
27
  *****************************************************************************
28
  *
29
  * This is an XSLT (http://www.w3.org/TR/xslt) stylesheet that provides a
30
  * single, central location for setting all installation-specific paths for
31
  * XSLT stylesheets.  It is intended to be imported (using the
32
  * <xsl:import href="..." /> element) into other XSLT stylesheets used in the
33
  * transformation of xml files that are valid with respect to the
34
  * applicable dtd of the Ecological Metadata Language (EML).
35

    
36
  * Some of these paths incorporate values of the form: @token-name@; these are
37
  * intended to allow an Ant (http://jakarta.apache.org/ant/index.html) build
38
  * script to replace the tokens automatically with the correct values at build/
39
  * install time.  If Ant is not used, the tokens may simply be edited by hand
40
  * to point to the correct resources.
41
  * Note that the values given below may be overridden by passing parameters to
42
  * the XSLT processor programatically, although the procedure for doing so is
43
  * vendor-specific.  Note also that these parameter definitions will be overridden
44
  * by any identical parameter names declared within xsl stylesheets that import
45
  * this stylesheet.
46
  *
47
-->
48

    
49
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
50

    
51

    
52
<!--
53
    /**
54
    *   The filename of the default css stylesheet to be used
55
    *   (filename only - not the whole path, and no ".css" extension.  The
56
    *   example below would look for a file named "default.css" in the same
57
    *   directory as the stylesheets
58
    */
59
-->
60

    
61
  <xsl:param name="qformat">default</xsl:param>
62
  
63

    
64
<!--
65
    /**
66
    *   The module which need to be display in eml2 document. The default
67
    *   value is dataset
68
    */
69
-->
70
  <xsl:param name="displaymodule">dataset</xsl:param>
71
  
72

    
73

    
74
<!--
75
    /**
76
    *   the path of the directory where the XSL and CSS files reside - starts
77
    *   with context name, eg: /myContextRoot/styleDirectory.
78
    *   (As found in "http://hostname:port/myContextRoot/styleDirectory").
79
    *   Needs leading slash but not trailing slash
80
    *
81
    *   EXAMPLE:
82
    *       <xsl:param name="stylePath">/brooke/style</xsl:param>
83
    */
84
-->
85

    
86
<!--<xsl:param name="stylePath">@style-path@</xsl:param>-->
87
    <xsl:param name="stylePath">@style-path@</xsl:param> 
88

    
89
<!--the docid of xml which is processed-->
90
    <xsl:param name="docid"/>
91
<!-- type of entity, data table or spacial raster or others-->
92
    <xsl:param name="entitytype"/>
93
<!-- the index of entity in same entity type -->
94
    <xsl:param name="entityindex"/>
95
<!-- the index of physical part in entity part-->
96
    <xsl:param name="physicalindex"/>
97
<!-- the index of distribution in physical part  -->
98
    <xsl:param name="distributionindex"/>
99
<!-- the levle of distribution -->
100
    <xsl:param name="distributionlevel"/>
101
<!-- the index of attribute in attribute list-->
102
    <xsl:param name="attributeindex"/>
103
<!-- the index of additional metadata-->    
104
    <xsl:param name="additionalmetadataindex"/>
105
<!-- attribute set to get rid of cell spacing-->
106
    <xsl:attribute-set name="cellspacing">
107
      <xsl:attribute name="cellpadding">0</xsl:attribute>
108
      <xsl:attribute name="cellspacing">0</xsl:attribute>
109
    </xsl:attribute-set>    
110

    
111

    
112
<!--
113
    /**
114
    *   The base URI to be used for the href link to each document in a
115
    *   "subject-relationaship-object" triple
116
    *
117
    *   EXAMPLE:
118
    *       <xsl:param name="tripleURI">
119
    *         <![CDATA[/brooke/servlet/metacat?action=read&qformat=knb&docid=]]>
120
    *       </xsl:param>
121
    *
122
    *   (Note in the above case the "qformat=knb" parameter in the url; a system
123
    *   could pass this parameter to the XSLT engine to override the local
124
    *   <xsl:param name="qformat"> tags defined earlier in this document.)
125
    */
126
-->
127

    
128
    <xsl:param name="tripleURI"><![CDATA[@html-path@/servlet/metacat?action=read&qformat=@default-style@&docid=]]></xsl:param>
129
    
130
    <!-- URL for xmlformat-->
131
    <xsl:param name="xmlURI"><![CDATA[@html-path@/servlet/metacat?action=read&qformat=xml&docid=]]></xsl:param>
132

    
133

    
134
<!--
135
    /**
136
    *   Most of the html pages are currently laid out as a 2-column table, with
137
    *   highlights for more-major rows containing subsection titles etc.
138
    *   The following parameters are used within the
139
    *           <td width="whateverWidth" class="whateverClass">
140
    *   tags to define the column widths and (css) styles.
141
    *
142
    *   The values of the "xxxColWidth" parameters can be percentages (need to
143
    *   include % sign) or pixels (number only). Note that if a width is defined
144
    *   in the CSS stylesheet (see next paragraph), it will override this local
145
    *   width setting in browsers newer than NN4
146
    *
147
    *   The values of the "xxxColStyle" parameters refer to style definitions
148
    *   listed in the *.css stylesheet that is defined in this xsl document,
149
    *   above (in the <xsl:param name="qformat"> tag).
150
    *
151
    *   (Note that if the "qformat" is changed from the default by passing a
152
    *   value in the url (see notes for <xsl:param name="qformat"> tag, above),
153
    *   then the params below must match style names in the "new" CSS stylesheet
154
    */
155
-->
156

    
157
<!--    the style for major rows containing subsection titles etc. -->
158
  <xsl:param name="subHeaderStyle" select="'tablehead'"/>
159

    
160
<!--    the width for the first column (but see note above) -->
161
  <xsl:param name="firstColWidth" select="'15%'"/>
162

    
163
<!-- the style for the first column -->
164
  <xsl:param name="firstColStyle" select="'highlight'"/>
165

    
166
<!--    the width for the second column (but see note above) -->
167
  <xsl:param name="secondColWidth" select="'85%'"/>
168

    
169
<!-- the style for the second column -->
170
  <xsl:param name="secondColStyle" select="'secondCol'"/>
171

    
172
<!-- Some html pages use a nested table in the second column.
173
     Some of these nested tables set their first column to
174
     the following width: -->
175
  <xsl:param name="secondColIndent" select="'10%'"/>
176
  
177
<!-- the first column width of attribute table-->
178
  <xsl:param name="attributefirstColWidth" select="'15%'"/>
179

    
180
</xsl:stylesheet>
(24-24/30)