Ignore:
Timestamp:
2012-04-17T19:57:53+12:00 (12 years ago)
Author:
ak19
Message:

gslib:langfrag used directly in document.xsl and documentbasket.xsl which used to call the document-editor-language-fragments template before, which itself then called gslib:langfrag. However, since gslib statements are expanded only once by TransformingReceptionist.java, the 2 document xsl files in the pages folder call gslib:langfrag directly now.

File:
1 edited

Legend:

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

    r25378 r25398  
    404404    </xsl:template>
    405405
    406     <!-- gslib:langfrag should get expanded in ../util.xsl -->
     406    <!-- document-editor-language-fragments is no longer called from anywhere (document.xsl and documentbasket.xsl
     407         use to call it), since all the xsl pages wishing to make use of doc-editor-lang-fragments now directly
     408         call gslib:langfrag which is defined in ../util.xsl -->
    407409    <xsl:template name="document-editor-language-fragments">
    408410      <!--<gslib:langfrag name="dse"/>-->
Note: See TracChangeset for help on using the changeset viewer.