source: greenstone3/trunk/web/interfaces/default/transform/library.xsl@ 19895

Last change on this file since 19895 was 18482, checked in by max, 15 years ago

Simplified the site home transformation, library.xsl defines the output method and allow the user to create its own gslib elements, addind util.xsl containing all the gslib elements provided by us.

File size: 537 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="util xalan gslib gsf xslt">
7
8
9<xsl:output
10 method="html"
11 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
12 doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
13
14
15<!--Load the Greenstone Utility file that contains all the code needed to expand all GSLib elements-->
16<xsl:include href="util.xsl"/>
17
18
19
20
21
22
23</xsl:stylesheet>
24
25
Note: See TracBrowser for help on using the repository browser.