Ignore:
Timestamp:
2008-08-27T17:06:00+12:00 (16 years ago)
Author:
max
Message:

Add the 'XMLDocumentAction' to the action list so XML based collections can be displayed with GS2 look and feel under GS3 engine.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/gs2/interfaceConfig.xml

    r14482 r17023  
    1414    <action name='a' class='AppletAction' xslt='applet.xsl'/>
    1515    <action name='d' class='DocumentAction' xslt='document.xsl'/>
     16    <action name='xd' class='XMLDocumentAction'>
     17      <subaction name='toc' xslt='document-toc.xsl'/>
     18      <subaction name='text' xslt='document-content.xsl'/>
     19    </action>
    1620    <action name='pr' class='ProcessAction' xslt='process.xsl'/>
    1721    <action name='s' class='SystemAction' xslt='system.xsl'/>
Note: See TracChangeset for help on using the changeset viewer.