Changeset 27088 for main/trunk


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

Removed some unnecessary comments

File:
1 edited

Legend:

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

    r27087 r27088  
    33        <!-- exclude-result-prefixes="#default">-->
    44
    5   <!-- http://www.xml.com/lpt/a/1027 -->
     5  <!-- Adding the xml processing instruction, see http://www.xml.com/lpt/a/1027 -->
    66  <xsl:output method="xml" version="1.0" encoding="utf-8"/>
    77 
    88  <!-- set page title -->
    9 
    109  <xsl:template name="pageTitle">RSS feed</xsl:template>
    1110
     
    2221    -->
    2322
    24 <!-- This should work without requiring further templates. Find out why it doesn't work
    25   <xsl:template match="/page/pageResponse/rss">
    26     <xsl:apply-templates />
    27   </xsl:template>
    28 -->
    29 <!-- Even this doesn't work
    30 <xsl:template match="/page">
    31     <xsl:apply-templates />
    32   </xsl:template>
    33 -->
    34 
    3523 <xsl:template match="/page">
    3624    <xsl:apply-templates select="pageResponse/rss"/>
Note: See TracChangeset for help on using the changeset viewer.