Ignore:
Timestamp:
2019-11-11T10:04:37+13:00 (4 years ago)
Author:
kjdon
Message:

include means the stylesheet gets added inline, import mea s it gets included at a lower priority and tempaltes can be overridden. Not sure if it makes any difference for us as we do the inlineimportandinclude step in transforming receptionist.

File:
1 edited

Legend:

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

    r32645 r33636  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<xsl:stylesheet version="1.0"
    33    xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
     
    99
    1010    <!-- use the 'main' layout -->
    11     <xsl:include href="layouts/main.xsl"/>
     11    <xsl:import href="layouts/main.xsl"/>
    1212
    1313    <xsl:variable name="groupPath"><xsl:value-of select="/page/pageRequest/paramList/param[@name='group']/@value"/></xsl:variable>
Note: See TracChangeset for help on using the changeset viewer.