Project

General

Profile

« Previous | Next » 

Revision 666

Added by Matt Jones about 23 years ago

Modified the license and copyright terms for many of the files. Added
a LICENSE file and a README file in preparation of a distribution.

View differences:

marineDoc.xsl
1
<!--
2
  *  '$RCSfile$'
3
  *      Authors: Chad Berkley, Matt Jones
4
  *    Copyright: 2000 Regents of the University of California and the
5
  *               National Center for Ecological Analysis and Synthesis
6
  *  For Details: http://www.nceas.ucsb.edu/
7
  *
8
  *   '$Author$'
9
  *     '$Date$'
10
  * '$Revision$'
11
  * 
12
  * This is an XSL stylesheet for displaying the resultset from a query
13
  *
14
  * This program is free software; you can redistribute it and/or modify
15
  * it under the terms of the GNU General Public License as published by
16
  * the Free Software Foundation; either version 2 of the License, or
17
  * (at your option) any later version.
18
  *
19
  * This program is distributed in the hope that it will be useful,
20
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22
  * GNU General Public License for more details.
23
  *
24
  * You should have received a copy of the GNU General Public License
25
  * along with this program; if not, write to the Free Software
26
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
27
-->
1 28
<?xml version="1.0" ?>
2 29
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 30
  <xsl:output method="html"/>
......
65 92
  </xsl:for-each>
66 93
  
67 94
  </body>
68
  </html>
95
  </html>

Also available in: Unified diff