Ignore:
Timestamp:
2009-01-06T14:26:10+13:00 (15 years ago)
Author:
kjdon
Message:

indented the xml nicely.

File:
1 edited

Legend:

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

    r17017 r18316  
    1313  <xsl:output method="html"/> 
    1414 
    15     <!-- the main page layout template is here -->
     15  <!-- the main page layout template is here -->
    1616  <xsl:template match="page">
    17         <html>
    18     <head>
    19       <title>
    20     <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
    21     <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
    22       </title>
    23       <xsl:call-template name="globalStyle"/>
    24       <xsl:call-template name="pageStyle"/>
    25     </head>
    26           <body>
    27            <div id="globalwrapper">
    28           <xsl:call-template name="response" />
    29           <xsl:call-template name="greenstoneFooter"/>
    30        </div>
    31           </body>
    32         </html>
     17    <html>
     18      <head>
     19    <title>
     20      <!-- put a space in the title in case the actual value is missing - mozilla will not display a page with no title-->
     21      <xsl:call-template name="pageTitle"/><xsl:text> </xsl:text>
     22    </title>
     23    <xsl:call-template name="globalStyle"/>
     24    <xsl:call-template name="pageStyle"/>
     25      </head>
     26      <body>
     27    <div id="globalwrapper">
     28      <xsl:call-template name="response" />
     29      <xsl:call-template name="greenstoneFooter"/>
     30    </div>
     31      </body>
     32    </html>
    3333  </xsl:template>
    3434
Note: See TracChangeset for help on using the changeset viewer.