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-many-html.xsl

    r13638 r17494  
    77  <xsl:output method="html"/>
    88  <!-- set mode to cd/web/wiki depending on where the files will end up -->
    9   <xsl:variable name="mode">web</xsl:variable>
     9  <xsl:variable name="mode">wiki</xsl:variable>
    1010 
    1111  <xsl:template match="Tutorial">
     
    2525    <h2><xsl:apply-templates select="Title/Text"/></h2>
    2626    <xsl:apply-templates select="Content/*"/>
     27   
     28    <hr/><div style="text-align:center;"><xsl:apply-templates select="/TutorialList/SupplementaryText/Text[@id='copyright']"/></div>
     29   
    2730      </body>
    2831    </html>
Note: See TracChangeset for help on using the changeset viewer.