Ignore:
Timestamp:
2008-10-08T13:59:48+13:00 (16 years ago)
Author:
anna
Message:

Updated tutorials and associated files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/processing/xml-to-index.xsl

    r13638 r17494  
    66  <xsl:include href="common.xsl"/>
    77
    8     <!-- set mode to cd/web/wiki depending on where the files will end up -->
    9   <xsl:variable name="mode">cd</xsl:variable>
     8  <!-- set mode to cd/web/wiki depending on where the files will end up -->
     9  <xsl:variable name="mode">wiki</xsl:variable>
    1010
    1111  <xsl:template match="TutorialList">
     
    2424      <xsl:apply-templates select="Tutorial[not(@hidden)]"/>
    2525    </dl>
     26   
     27    <hr/><div style="text-align:center;"><xsl:apply-templates select="/TutorialList/SupplementaryText/Text[@id='copyright']"/></div>
     28   
    2629      </body>
    2730    </html>
Note: See TracChangeset for help on using the changeset viewer.