Changeset 25873


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

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

Location:
main/trunk/greenstone3/web/interfaces/default/transform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/gslib.xsl

    r25870 r25873  
    77  xmlns:util="http://org.greenstone.gsdl3.util.XSLTUtil"
    88  exclude-result-prefixes="util xalan gslib gsf xslt">
     9
     10
     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
    916  <!-- some global parameters - these are set by whoever is invoking the transformation -->
    1017  <xsl:param name="interface_name"/>
  • main/trunk/greenstone3/web/interfaces/default/transform/library.xsl

    r18617 r25873  
    77
    88
    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"/>
    139
    1410   
Note: See TracChangeset for help on using the changeset viewer.