Ignore:
Timestamp:
2013-03-14T17:23:20+13:00 (11 years ago)
Author:
ak19
Message:

Implemented RSS support for GS3. At present, can see this with a=rss in the url, when a collection is built. Soon will have a button (at least for the GS3 demo collection).

File:
1 edited

Legend:

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

    r26501 r27087  
    99
    1010
    11 <xsl:output
    12     method="html"
    13     doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"
    14     doctype-system="http://www.w3.org/TR/html4/loose.dtd"/>
    15 
    16     <xsl:include href="xml-to-string.xsl"/>
     11  <!-- force lower priority on xsl:output, so other files like rss.xsl can override with their own xsl:output stmt
     12    If other files don't specify any, gslib.xsl specifies html output as default and defines a loose DOCTYPE for it. -->
     13  <xsl:import href="html-output.xsl" />
     14
     15  <xsl:include href="xml-to-string.xsl"/>
    1716   
    1817  <!-- some global parameters - these are set by whoever is invoking the transformation -->
Note: See TracChangeset for help on using the changeset viewer.