Changeset 2616
- Timestamp:
- Jul 3, 2012, 9:59:06 PM (14 years ago)
- File:
-
- 1 edited
-
scripts/xml-stats/format.xsl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scripts/xml-stats/format.xsl
r2615 r2616 27 27 28 28 <xsl:template match="/"> 29 <xsl:call-template name="draw-table"/>30 </xsl:template>31 32 33 <xsl:template name="draw-table">34 29 <!-- DEBUG --> 35 30 <!-- … … 40 35 <xsl:value-of select="$maxAllLength"/>@maxAllLength 41 36 <xsl:value-of select="$maxTodoLength"/>@maxTodoLength 37 --> 38 <xsl:call-template name="draw-table"/> 39 </xsl:template> 40 41 42 <xsl:template name="draw-table"> 43 <xsl:param name="type" select="'long'"/><!-- or 'short' --> 44 <!-- DEBUG --> 45 46 <xsl:value-of select="$type"/>#type 42 47 --> 43 48
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/project/gtp/chrome/site/your_project_logo.png)