Ignore:
Timestamp:
04/21/08 17:39:59 (16 years ago)
Author:
pinsard
Message:

some improvements in wiki production (linefeed)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/saxo_tracwiki.xsl

    r352 r353  
    9696</xsl:template> 
    9797 
     98<xsl:template match="d:simpara"> 
     99 <xsl:text>&#xA;</xsl:text> 
     100 <xsl:apply-templates/> 
     101</xsl:template> 
     102 
    98103<xsl:template match="d:para/d:command"> 
    99104 <xsl:text>{{{</xsl:text><xsl:value-of select="."/><xsl:text>}}}</xsl:text> 
     
    175180 
    176181<xsl:template match="d:itemizedlist/d:listitem"> 
     182 <xsl:text>&#xA;</xsl:text> 
    177183 <xsl:text> @star@ </xsl:text><xsl:apply-templates/> 
    178184</xsl:template> 
     
    259265</xsl:template> 
    260266 
    261  
    262267<xsl:template match="d:variablelist/d:varlistentry/d:term"> 
    263268 <xsl:text>'''</xsl:text><xsl:value-of select="normalize-space(.)"/><xsl:text>'''</xsl:text> 
Note: See TracChangeset for help on using the changeset viewer.