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

Last change on this file since 25873 was 25873, checked in by kjdon, 12 years ago

moved the xsl:output from library.xsl to gslib.xsl. now we will include gslib instead of library, and I will delete library.xsl

File size: 394 bytes
RevLine 
[18617]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
10
11<!--Load the Greenstone Utility file that contains all the code needed to expand all GSLib elements-->
12<xsl:include href="util.xsl"/>
13
14
15
16
17
18
19</xsl:stylesheet>
20
21
Note: See TracBrowser for help on using the repository browser.