Ignore:
Timestamp:
2012-06-28T14:59:10+12:00 (12 years ago)
Author:
kjdon
Message:

added xsl:output from library.xsl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/basic/transform/util.xsl

    r25381 r25876  
    55  xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
    66  xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
    7   exclude-result-prefixes="util gslib gsf">
    8  
     7  exclude-result-prefixes="util xalan gslib xslt gsf gs3">
     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
    914  <!-- some global parameters - these are set by whoever is invoking the transformation -->
    1015  <xsl:param name="interface_name"/>
Note: See TracChangeset for help on using the changeset viewer.