source: main/trunk/greenstone3/web/interfaces/default_old/transform/html-output.xsl@ 32839

Last change on this file since 32839 was 29861, checked in by Georgiy Litvinov, 9 years ago

renamed interfaces

File size: 683 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:xslt="http://www.w3.org/1999/XSL/Transform"
5 xmlns:gslib="http://www.greenstone.org/XSL/Library"
6 xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
7 xmlns:util="http://org.greenstone.gsdl3.util.XSLTUtil"
8 exclude-result-prefixes="util xalan gslib gsf xslt">
9
10 <!-- setting the output method to html and doctype to transitional and loose html -->
11 <xsl:output
12 method="html"
13 doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
14 doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
15
16</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.