Ignore:
Timestamp:
2012-07-10T14:09:20+12:00 (12 years ago)
Author:
sjm84
Message:

Some fixes to allow us to manage xsl:imports/includes

File:
1 edited

Legend:

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

    r25277 r25917  
    2828    <xsl:output method="html" omit-xml-declaration="yes"/>
    2929
     30    <xsl:template match="/">
     31        <xsl:call-template name="mainTemplate"/>
     32    </xsl:template>
     33   
    3034    <!-- the main layout is defined here -->
    31     <xsl:template match="/">
     35    <xsl:template name="mainTemplate">
    3236
    3337        <html>
Note: See TracChangeset for help on using the changeset viewer.