Changeset 29397 for documentation


Ignore:
Timestamp:
2014-10-21T21:46:12+13:00 (10 years ago)
Author:
ak19
Message:

The xsl that generates the tutorial index for the GS3 wiki needs to be modified to generate the correct formatting for the new wiki.

File:
1 edited

Legend:

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

    r26036 r29397  
    3030
    3131</xsl:text>
    32 ==[<xsl:value-of select="$htmldir"/>/en/<xsl:value-of select="@id"/>.htm <xsl:apply-templates select="Title/Text"/>]==
     32**[[<xsl:value-of select="$htmldir"/>/en/<xsl:value-of select="@id"/>.htm|<xsl:apply-templates select="Title/Text"/>]]**
    3333<xsl:for-each select="Content//Synopsis">
    3434''<xsl:apply-templates/>''</xsl:for-each>
    3535    <xsl:for-each select="Content/Heading/Text">
    36 *<xsl:apply-templates/>
     36  * <xsl:apply-templates/>
    3737    </xsl:for-each>
    3838  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.