Changeset 25940
- Timestamp:
- 2012-07-12T20:32:27+12:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
documentation/trunk/tutorials/processing/xml-to-wiki-index.xsl
r25472 r25940 8 8 <xsl:output method="text"/> 9 9 10 <xsl:variable name="currentfolder">gs<xsl:value-of select="$gs-major-version"/>-current</xsl:variable> 10 11 <xsl:variable name="es">Spanish</xsl:variable> 11 12 <xsl:variable name="fr">French</xsl:variable> 12 13 <xsl:variable name="ru">Russian</xsl:variable> 13 <xsl:variable name="sampledir">{{SERVER}}{{SCRIPTPATH}}/gsdoc/tutorial/ sample_files</xsl:variable>14 <xsl:variable name="htmldir">{{SERVER}}{{SCRIPTPATH}}/gsdoc/tutorial </xsl:variable>14 <xsl:variable name="sampledir">{{SERVER}}{{SCRIPTPATH}}/gsdoc/tutorial/<xsl:value-of select="$currentfolder"/>/sample_files</xsl:variable> 15 <xsl:variable name="htmldir">{{SERVER}}{{SCRIPTPATH}}/gsdoc/tutorial/<xsl:value-of select="$currentfolder"/></xsl:variable> 15 16 <xsl:template match="TutorialList"> 16 17 '''<xsl:apply-templates select="Title/Text"/>'''<xsl:text>
Note:
See TracChangeset
for help on using the changeset viewer.