Ignore:
Timestamp:
2009-07-20T14:13:20+12:00 (15 years ago)
Author:
kjdon
Message:

indented page nicely

File:
1 edited

Legend:

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

    r19915 r20022  
    22
    33<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 gs3">
    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 
     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 gs3">
     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 
    2318</xsl:stylesheet>
    2419
Note: See TracChangeset for help on using the changeset viewer.