Ignore:
Timestamp:
2012-06-14T18:01:45+12:00 (12 years ago)
Author:
ak19
Message:

Introduced the Tab template to properly indent the GS3 format statements for display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/trunk/tutorials/processing/common.xsl

    r25472 r25791  
    4747    <xsl:apply-templates/>
    4848      </div></p>
     49  </xsl:template>
     50
     51  <xsl:template match="Tab">
     52    <xsl:variable name="tabspace" select="@n*1.5"/>
     53    <span style="margin-left: {$tabspace}em;">
     54    <xsl:apply-templates/>
     55    </span>
    4956  </xsl:template>
    5057
Note: See TracChangeset for help on using the changeset viewer.