source: main/branches/64_bit_Greenstone/greenstone3/web/interfaces/default/transform/library.xsl@ 24007

Last change on this file since 24007 was 24007, checked in by sjm84, 13 years ago

Updating this branch to match the latest Greenstone3 changes

File size: 536 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3<xsl:stylesheet version="1.0"
4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
5 xmlns:gslib="http://www.greenstone.org/XSL/Library"
6 exclude-result-prefixes="gslib">
7
8 <xsl:output
9 method="html"
10 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
11 doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
12
13
14 <!--Load the Greenstone Utility file that contains all the code needed to expand all GSLib elements-->
15 <xsl:include href="util.xsl"/>
16
17</xsl:stylesheet>
18
19
Note: See TracBrowser for help on using the repository browser.